2 writes to _model
Microsoft.ML.TimeSeries (2)
SsaAnomalyDetectionBase.cs (2)
326
_model
= _parentAnomalyDetector.Model;
338
_model
= _parentAnomalyDetector.Model;
4 references to _model
Microsoft.ML.TimeSeries (4)
SsaAnomalyDetectionBase.cs (4)
323
if (
_model
!= null)
345
_model
.PredictNext(ref expectedValue);
349
_model
.Consume(ref input, _parentAnomalyDetector.IsAdaptive);
355
public override void Consume(Single input) =>
_model
.Consume(ref input, _parentAnomalyDetector.IsAdaptive);