1 write to InitialPredictor
Microsoft.ML.Core (1)
Prediction\TrainContext.cs (1)
65InitialPredictor = initialPredictor;
2 references to InitialPredictor
Microsoft.ML.Core (2)
Prediction\TrainContext.cs (1)
52/// <param name="initialPredictor">Will set <see cref="InitialPredictor"/> to this value if specified</param>
Prediction\TrainerInfo.cs (1)
55/// Whether the trainer can support incremental trainers via <see cref="TrainContext.InitialPredictor"/>. Not