1 write to Transformer
Microsoft.ML.Data (1)
Prediction\PredictionEngine.cs (1)
113
Transformer
= transformer;
4 references to Transformer
Microsoft.ML.Data (2)
Prediction\PredictionEngine.cs (2)
119
OutputSchema =
Transformer
.GetOutputSchema(_inputRow.Schema);
147
(
Transformer
as IDisposable)?.Dispose();
Microsoft.ML.TimeSeries (2)
PredictionEngine.cs (2)
113
if (
Transformer
is ITransformerChainAccessor transformerChainAccessor)
119
Transformer
.SaveTo(env, stream);