2 instantiations of ArrayManager
Microsoft.ML.Mkl.Components (2)
SymSgdClassificationTrainer.cs (2)
556
_instIndices = new
ArrayManager
<int>(trainer, ch);
557
_instValues = new
ArrayManager
<float>(trainer, ch);
2 references to ArrayManager
Microsoft.ML.Mkl.Components (2)
SymSgdClassificationTrainer.cs (2)
531
private readonly
ArrayManager
<int> _instIndices;
533
private readonly
ArrayManager
<float> _instValues;