1 write to _host
Microsoft.ML.Recommender (1)
SafeTrainingAndModelBuffer.cs (1)
219_host = env.Register("SafeTrainingAndModelBuffer");
8 references to _host
Microsoft.ML.Recommender (8)
SafeTrainingAndModelBuffer.cs (8)
254_host.Assert(_pMFModel == null); 269using (var pch = _host.StartProgressChannel("Create matrix")) 321_host.Assert(_pMFModel == null); 353_host.Assert(_pMFModel == null); 385_host.Check(_pMFModel != null, "Attempted to get predictor before training"); 387_host.Check(m > 0, "Number of rows should have been positive but was not"); 389_host.Check(n > 0, "Number of columns should have been positive but was not"); 391_host.Check(k > 0, "Internal dimension should have been positive but was not");