1 override of PredictionEngineCore
Microsoft.ML.TimeSeries (1)
PredictionEngine.cs (1)
217private protected override void PredictionEngineCore(IHostEnvironment env, DataViewConstructionUtils.InputRow<TSrc> inputRow,
1 reference to PredictionEngineCore
Microsoft.ML.Data (1)
Prediction\PredictionEngine.cs (1)
118PredictionEngineCore(env, _inputRow, makeMapper(_inputRow.Schema), ignoreMissingColumns, outputSchemaDefinition, out _disposer, out _outputRow);