12 overrides of MakeGetter
Microsoft.ML.Data (12)
Prediction\CalibratorCatalog.cs (1)
313
protected override Delegate
MakeGetter
(DataViewRow input, int iinfo, Func<int, bool> activeOutput, out Action disposer)
Transforms\ColumnConcatenatingTransformer.cs (1)
875
protected override Delegate
MakeGetter
(DataViewRow input, int iinfo, Func<int, bool> activeOutput, out Action disposer)
Transforms\ColumnCopying.cs (1)
213
protected override Delegate
MakeGetter
(DataViewRow input, int iinfo, Func<int, bool> activeOutput, out Action disposer)
Transforms\FeatureContributionCalculationTransformer.cs (1)
203
protected override Delegate
MakeGetter
(DataViewRow input, int iinfo, Func<int, bool> active, out Action disposer)
Transforms\Hashing.cs (1)
1354
protected override Delegate
MakeGetter
(DataViewRow input, int iinfo, Func<int, bool> activeOutput, out Action disposer) => _parent.GetGetterCore(input, iinfo, out disposer);
Transforms\KeyToValue.cs (1)
212
protected override Delegate
MakeGetter
(DataViewRow input, int iinfo, Func<int, bool> activeOutput, out Action disposer)
Transforms\KeyToVector.cs (1)
449
protected override Delegate
MakeGetter
(DataViewRow input, int iinfo, Func<int, bool> activeOutput, out Action disposer)
Transforms\Normalizer.cs (1)
756
protected override Delegate
MakeGetter
(DataViewRow input, int iinfo, Func<int, bool> activeOutput, out Action disposer)
Transforms\SlotsDroppingTransformer.cs (1)
719
protected override Delegate
MakeGetter
(DataViewRow input, int iinfo, Func<int, bool> activeOutput, out Action disposer)
Transforms\TypeConverting.cs (1)
467
protected override Delegate
MakeGetter
(DataViewRow input, int iinfo, Func<int, bool> activeOutput, out Action disposer)
Transforms\ValueMapping.cs (1)
1048
protected override Delegate
MakeGetter
(DataViewRow input, int iinfo, Func<int, bool> activeOutput, out Action disposer)
Transforms\ValueToKeyMappingTransformer.cs (1)
756
protected override Delegate
MakeGetter
(DataViewRow input, int iinfo, Func<int, bool> activeOutput, out Action disposer)
1 reference to MakeGetter
Microsoft.ML.Data (1)
Transforms\RowToRowTransformerBase.cs (1)
92
result[i] =
MakeGetter
(input, i, activeOutput, out disposers[i]);