2 writes to _results
Microsoft.ML.TimeSeries (2)
SrCnnEntireAnomalyDetector.cs (2)
311_modeler.Train(_previousBatch.ToArray(), ref _results); 324_modeler.Train(_batch.ToArray(), ref _results);
3 references to _results
Microsoft.ML.TimeSeries (3)
SrCnnEntireAnomalyDetector.cs (3)
318_results[i][j] = _results[_bLen + i][j]; 346_results[input.Position % _batchSize].CopyTo(result.Values);