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