1 write to _cursorFactory
Microsoft.ML.Mkl.Components (1)
SymSgdClassificationTrainer.cs (1)
560
_cursorFactory
= cursorFactory;
2 references to _cursorFactory
Microsoft.ML.Mkl.Components (2)
SymSgdClassificationTrainer.cs (2)
576
_cursor =
_cursorFactory
.Create(RandomUtils.Create(host.Rand.Next()));
578
_cursor =
_cursorFactory
.Create();