1 instantiation of SsaForecastResult
Microsoft.ML.TimeSeries (1)
AdaptiveSingularSpectrumSequenceModeler.cs (1)
1422result = new SsaForecastResult();
7 references to SsaForecastResult
Microsoft.ML.TimeSeries (7)
AdaptiveSingularSpectrumSequenceModeler.cs (7)
1424var str = "The result argument must be of type " + typeof(SsaForecastResult).ToString(); 1425_host.CheckParam(result is SsaForecastResult, nameof(result), str); 1427var output = result as SsaForecastResult; 1500internal static void ComputeForecastIntervals(ref SsaForecastResult forecast, Single confidenceLevel = 0.95f) 1545SsaForecastResult ssaResult = (SsaForecastResult)result;