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