1 instantiation of SafeTrainingAndModelBuffer
Microsoft.ML.Recommender (1)
MatrixFactorizationTrainer.cs (1)
516
return new
SafeTrainingAndModelBuffer
(_host, _fun, _k, _threads, 2 * _threads + 1,
4 references to SafeTrainingAndModelBuffer
Microsoft.ML.Recommender (4)
MatrixFactorizationPredictor.cs (1)
92
internal MatrixFactorizationModelParameters(IHostEnvironment env,
SafeTrainingAndModelBuffer
buffer, KeyDataViewType matrixColumnIndexType, KeyDataViewType matrixRowIndexType)
MatrixFactorizationTrainer.cs (3)
484
using (
var
buffer = PrepareBuffer())
500
using (
var
buffer = PrepareBuffer())
514
private
SafeTrainingAndModelBuffer
PrepareBuffer()