1 instantiation of FuncInstanceMethodInfo1
Microsoft.ML.Core (1)
Utilities\FuncInstanceMethodInfo1`4.cs (1)
88
return new
FuncInstanceMethodInfo1
<TTarget, T1, T2, TResult>(methodInfo);
59 references to FuncInstanceMethodInfo1
Microsoft.ML.Core (8)
Utilities\FuncInstanceMethodInfo1`4.cs (3)
46
/// Creates a <see cref="
FuncInstanceMethodInfo1
{TTarget, T1, T2, TResult}"/> representing the <see cref="MethodInfo"/>
56
/// <returns>A <see cref="
FuncInstanceMethodInfo1
{TTarget, T1, T2, TResult}"/> representing the <see cref="MethodInfo"/>
58
public static
FuncInstanceMethodInfo1
<TTarget, T1, T2, TResult> Create(Expression<Func<TTarget, Func<T1, T2, TResult>>> expression)
Utilities\FuncInstanceMethodInfo2`4.cs (2)
46
/// Creates a <see cref="
FuncInstanceMethodInfo1
{TTarget, T1, T2, TResult}"/> representing the <see cref="MethodInfo"/>
56
/// <returns>A <see cref="
FuncInstanceMethodInfo1
{TTarget, T1, T2, TResult}"/> representing the <see cref="MethodInfo"/>
Utilities\FuncInstanceMethodInfo3`4.cs (2)
46
/// Creates a <see cref="
FuncInstanceMethodInfo1
{TTarget, T1, T2, TResult}"/> representing the <see cref="MethodInfo"/>
56
/// <returns>A <see cref="
FuncInstanceMethodInfo1
{TTarget, T1, T2, TResult}"/> representing the <see cref="MethodInfo"/>
Utilities\Utils.cs (1)
1048
public static TResult MarshalInvoke<TTarget, TArg1, TArg2, TResult>(
FuncInstanceMethodInfo1
<TTarget, TArg1, TArg2, TResult> func, TTarget target, Type genArg, TArg1 arg1, TArg2 arg2)
Microsoft.ML.Data (28)
Commands\TypeInfoCommand.cs (2)
22
private static readonly
FuncInstanceMethodInfo1
<TypeInfoCommand, IChannel, PrimitiveDataViewType, TypeNaInfo> _kindReportMethodInfo
23
=
FuncInstanceMethodInfo1
<TypeInfoCommand, IChannel, PrimitiveDataViewType, TypeNaInfo>.Create(target => target.KindReport<int>);
Data\DataViewUtils.cs (2)
295
private static readonly
FuncInstanceMethodInfo1
<Splitter, DataViewRowCursor, int, InPipe> _createInPipeMethodInfo
296
=
FuncInstanceMethodInfo1
<Splitter, DataViewRowCursor, int, InPipe>.Create(target => target.CreateInPipe<int>);
DataDebuggerPreview.cs (2)
19
private static readonly
FuncInstanceMethodInfo1
<DataDebuggerPreview, DataViewRow, int, Action<RowInfo, List<object>>> _makeSetterMethodInfo
20
=
FuncInstanceMethodInfo1
<DataDebuggerPreview, DataViewRow, int, Action<RowInfo, List<object>>>.Create(target => target.MakeSetter<int>);
DataLoadSave\Binary\BinarySaver.cs (2)
31
private static readonly
FuncInstanceMethodInfo1
<BinarySaver, Stream, IValueCodec, object> _loadValueMethodInfo
32
=
FuncInstanceMethodInfo1
<BinarySaver, Stream, IValueCodec, object>.Create(target => target.LoadValue<int>);
DataView\DataViewConstructionUtils.cs (2)
204
private static readonly
FuncInstanceMethodInfo1
<InputRowBase<TRow>, Delegate, DataViewType, Delegate> _createKeyGetterDelegateMethodInfo
205
=
FuncInstanceMethodInfo1
<InputRowBase<TRow>, Delegate, DataViewType, Delegate>.Create(target => target.CreateKeyGetterDelegate<int>);
Prediction\Calibrator.cs (2)
647
private static readonly
FuncInstanceMethodInfo1
<Bound, DataViewRow, int, Delegate> _getPredictorGetterMethodInfo
648
=
FuncInstanceMethodInfo1
<Bound, DataViewRow, int, Delegate>.Create(target => target.GetPredictorGetter<int>);
Scorers\FeatureContributionCalculation.cs (2)
94
private static readonly
FuncInstanceMethodInfo1
<BindableMapper, DataViewRow, int, Delegate> _getValueGetterMethodInfo
95
=
FuncInstanceMethodInfo1
<BindableMapper, DataViewRow, int, Delegate>.Create(target => target.GetValueGetter<int>);
Transforms\FeatureContributionCalculationTransformer.cs (2)
167
private static readonly
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, Delegate> _getValueGetterMethodInfo
168
=
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, Delegate>.Create(target => target.GetValueGetter<int>);
Transforms\SlotsDroppingTransformer.cs (4)
454
private static readonly
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, Delegate> _makeVecGetterMethodInfo
455
=
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, Delegate>.Create(target => target.MakeVecGetter<int>);
457
private static readonly
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, Delegate> _getSrcGetterMethodInfo
458
=
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, Delegate>.Create(target => target.GetSrcGetter<int>);
Transforms\TransformBase.cs (2)
478
private static readonly
FuncInstanceMethodInfo1
<OneToOneTransformBase, DataViewRow, int, Delegate> _getSrcGetterMethodInfo
479
=
FuncInstanceMethodInfo1
<OneToOneTransformBase, DataViewRow, int, Delegate>.Create(target => target.GetSrcGetter<int>);
Transforms\ValueToKeyMappingTransformer.cs (2)
704
private static readonly
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, Delegate> _makeGetterMethodInfo
705
=
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, Delegate>.Create(target => target.MakeGetter<int>);
Transforms\ValueToKeyMappingTransformerImpl.cs (4)
1080
private static readonly
FuncInstanceMethodInfo1
<KeyImpl<T>, DataViewType, DataViewSchema.Annotations.Builder, bool> _addMetadataCoreMethodInfo
1081
=
FuncInstanceMethodInfo1
<KeyImpl<T>, DataViewType, DataViewSchema.Annotations.Builder, bool>.Create(target => target.AddMetadataCore<int>);
1083
private static readonly
FuncInstanceMethodInfo1
<KeyImpl<T>, PrimitiveDataViewType, TextWriter, bool> _writeTextTermsCoreMethodInfo
1084
=
FuncInstanceMethodInfo1
<KeyImpl<T>, PrimitiveDataViewType, TextWriter, bool>.Create(target => target.WriteTextTermsCore<int>);
Microsoft.ML.Parquet (2)
PartitionedFileLoader.cs (2)
370
private static readonly
FuncInstanceMethodInfo1
<Cursor, int, DataViewType, Delegate> _createGetterDelegateCoreMethodInfo
371
=
FuncInstanceMethodInfo1
<Cursor, int, DataViewType, Delegate>.Create(target => target.CreateGetterDelegateCore<int>);
Microsoft.ML.Transforms (21)
HashJoiningTransform.cs (7)
457
private static readonly
FuncInstanceMethodInfo1
<HashJoiningTransform, DataViewRow, int, Delegate> _composeGetterOneToOneMethodInfo
458
=
FuncInstanceMethodInfo1
<HashJoiningTransform, DataViewRow, int, Delegate>.Create(target => target.ComposeGetterOneToOne<int>);
460
private static readonly
FuncInstanceMethodInfo1
<HashJoiningTransform, DataViewRow, int, Delegate> _composeGetterVecToVecMethodInfo
461
=
FuncInstanceMethodInfo1
<HashJoiningTransform, DataViewRow, int, Delegate>.Create(target => target.ComposeGetterVecToVec<int>);
463
private static readonly
FuncInstanceMethodInfo1
<HashJoiningTransform, DataViewRow, int, Delegate> _composeGetterVecToOneMethodInfo
464
=
FuncInstanceMethodInfo1
<HashJoiningTransform, DataViewRow, int, Delegate>.Create(target => target.ComposeGetterVecToOne<int>);
478
FuncInstanceMethodInfo1
<HashJoiningTransform, DataViewRow, int, Delegate> mi;
MissingValueDroppingTransformer.cs (2)
174
private static readonly
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, Delegate> _makeVecGetterMethodInfo
175
=
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, Delegate>.Create(target => target.MakeVecGetter<int>);
MissingValueIndicatorTransformer.cs (4)
149
private static readonly
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, ValueGetter<bool>> _composeGetterOneMethodInfo
150
=
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, ValueGetter<bool>>.Create(target => target.ComposeGetterOne<int>);
152
private static readonly
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, ValueGetter<VBuffer<bool>>> _composeGetterVecMethodInfo
153
=
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, ValueGetter<VBuffer<bool>>>.Create(target => target.ComposeGetterVec<int>);
MissingValueReplacing.cs (6)
41
private static readonly
FuncInstanceMethodInfo1
<MissingValueReplacingTransformer, DataViewType, Array, BitArray> _computeDefaultSlotsMethodInfo
42
=
FuncInstanceMethodInfo1
<MissingValueReplacingTransformer, DataViewType, Array, BitArray>.Create(target => target.ComputeDefaultSlots<int>);
543
private static readonly
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, Delegate> _composeGetterOneMethodInfo
544
=
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, Delegate>.Create(target => target.ComposeGetterOne<int>);
546
private static readonly
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, Delegate> _composeGetterVecMethodInfo
547
=
FuncInstanceMethodInfo1
<Mapper, DataViewRow, int, Delegate>.Create(target => target.ComposeGetterVec<int>);
OptionalColumnTransform.cs (2)
248
private static readonly
FuncInstanceMethodInfo1
<OptionalColumnTransform, DataViewRow, int, Delegate> _getSrcGetterMethodInfo
249
=
FuncInstanceMethodInfo1
<OptionalColumnTransform, DataViewRow, int, Delegate>.Create(target => target.GetSrcGetter<int>);