6 references to PredictorUtils
Microsoft.ML.Data (5)
Commands\SavePredictorCommand.cs (5)
154PredictorUtils.SaveBinary(ch, predictor, writer); 165PredictorUtils.SaveSummary(ch, predictor, schema, writer); 173PredictorUtils.SaveText(ch, predictor, schema, writer); 186PredictorUtils.SaveIni(ch, predictor, schema, writer); 197PredictorUtils.SaveCode(ch, predictor, schema, writer);
Microsoft.ML.Ensemble (1)
Trainer\EnsembleModelParametersBase.cs (1)
138PredictorUtils.SaveText(ch, Models[i].Predictor, schema, writer);