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