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