1 implementation of IQuantileValueMapper
Microsoft.ML.FastTree (1)
RandomForestRegression.cs (1)
37IQuantileValueMapper,
7 references to IQuantileValueMapper
Microsoft.ML.Data (6)
Scorers\SchemaBindablePredictorWrapper.cs (6)
639private readonly IQuantileValueMapper _qpred; 645var qpred = Predictor as IQuantileValueMapper; 646Contracts.CheckParam(qpred != null, nameof(predictor), "Predictor doesn't implement " + nameof(IQuantileValueMapper)); 664var qpred = Predictor as IQuantileValueMapper;
Microsoft.ML.FastTree (1)
RandomForestRegression.cs (1)
243ValueMapper<VBuffer<float>, VBuffer<float>> IQuantileValueMapper.GetMapper(float[] quantiles)