1 write to SupportsIncrementalTraining
Microsoft.ML.Core (1)
Prediction\TrainerInfo.cs (1)
80SupportsIncrementalTraining = supportIncrementalTrain;
2 references to SupportsIncrementalTraining
Microsoft.ML.Core (1)
Prediction\TrainerInfo.cs (1)
70/// <param name="supportIncrementalTrain">The value for the property <see cref="SupportsIncrementalTraining"/></param>
Microsoft.ML.Data (1)
Commands\TrainCommand.cs (1)
273if (inputPredictor != null && !trainer.Info.SupportsIncrementalTraining)