4 references to FeatureWeightsCalibratedModelParameters
Microsoft.ML.FastTree (2)
FastTreeClassification.cs (1)
213
return new
FeatureWeightsCalibratedModelParameters
<FastTreeBinaryModelParameters, PlattCalibrator>(Host, pred, cali);
TreeEnsemble\TreeEnsembleCombiner.cs (1)
108
return new
FeatureWeightsCalibratedModelParameters
<FastTreeBinaryModelParameters, PlattCalibrator>(_host, fastTreeModel, cali);
Microsoft.ML.LightGbm (2)
LightGbmBinaryTrainer.cs (1)
259
return new
FeatureWeightsCalibratedModelParameters
<LightGbmBinaryModelParameters, PlattCalibrator>(Host, pred, cali);
LightGbmMulticlassTrainer.cs (1)
224
predictors[i] = new
FeatureWeightsCalibratedModelParameters
<LightGbmBinaryModelParameters, PlattCalibrator>(Host, pred, cali);