7 references to Predict
Microsoft.ML.TimeSeries (3)
PredictionEngine.cs (3)
347
public override void Predict(TSrc example, ref TDst prediction) =>
Predict
(example, ref prediction);
360
Predict
(example, ref dst, horizon, confidenceLevel);
372
Predict
(null, ref dst, horizon, confidenceLevel);
Microsoft.ML.TimeSeries.Tests (4)
TimeSeriesDirectApi.cs (4)
462
engine.
Predict
(null, ref result, horizon: 5);
478
engine.
Predict
(new Data(2), ref result);
506
forecastEngineCopy.
Predict
(null, ref resultCopy, horizon: 5);
507
engine.
Predict
(null, ref result, horizon: 5);