1 implementation of ISupportParallel
Microsoft.ML.LightGbm (1)
Parallel\SingleTrainer.cs (1)
51
internal sealed class SingleTrainerFactory :
ISupportParallel
1 reference to ISupportParallel
Microsoft.ML.LightGbm (1)
LightGbmTrainerBase.cs (1)
240
internal
ISupportParallel
ParallelTrainer = new SingleTrainerFactory();