1 implementation of GetMapper
Microsoft.ML.FastTree (1)
RandomForestRegression.cs (1)
243ValueMapper<VBuffer<float>, VBuffer<float>> IQuantileValueMapper.GetMapper(float[] quantiles)
1 reference to GetMapper
Microsoft.ML.Data (1)
Scorers\SchemaBindablePredictorWrapper.cs (1)
716var map = _qpred.GetMapper(quantiles);