6 references to ValueMapper
Microsoft.ML.Core (1)
Data\IValueMapper.cs (1)
37ValueMapper<TSrc, TDst> GetMapper<TSrc, TDst>();
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (1)
328var map = ((IValueMapper)this).GetMapper<TIn, float>();
Scorers\SchemaBindablePredictorWrapper.cs (1)
172var map = ValueMapper.GetMapper<TSrc, TDst>();
Microsoft.ML.Ensemble (2)
OutputCombiners\BaseStacking.cs (1)
97var map = mapper.GetMapper<VBuffer<Single>, TOutput>();
Selector\SubModelSelector\BaseDiverseSelector.cs (1)
44var map = vm.GetMapper<VBuffer<Single>, TOutput>();
Microsoft.ML.Mkl.Components (1)
OlsLinearRegression.cs (1)
460var lrMap = lrPredictor.GetMapper<VBuffer<float>, float>();