4 references to DataBoxForecastingWithConfidenceIntervals
Microsoft.ML.TimeSeries (4)
SequentialTransformerBase.cs (4)
503
outputSchema = SchemaDefinition.Create(typeof(
DataBoxForecastingWithConfidenceIntervals
<TOutput>));
512
Action<DataBox<TInput>,
DataBoxForecastingWithConfidenceIntervals
<TOutput>, TState> lambda;
543
private static void MapFunction(DataBox<TInput> input,
DataBoxForecastingWithConfidenceIntervals
<TOutput> output, TState state)
553
private static void MapFunctionWithoutBuffer(DataBox<TInput> input,
DataBoxForecastingWithConfidenceIntervals
<TOutput> output, TState state)