1 instantiation of InputDataManager
Microsoft.ML.Mkl.Components (1)
SymSgdClassificationTrainer.cs (1)
742
using (InputDataManager inputDataManager = new
InputDataManager
(this, cursorFactory, ch))
2 references to InputDataManager
Microsoft.ML.Mkl.Components (2)
SymSgdClassificationTrainer.cs (2)
742
using (
InputDataManager
inputDataManager = new InputDataManager(this, cursorFactory, ch))
861
public static void LearnAll(
InputDataManager
inputDataManager, bool tuneLR,