6 implementations of GetTransformer
Microsoft.ML.Data (2)
Evaluators\EvaluatorBase.cs (1)
543
public ITransformer
GetTransformer
()
Transforms\RowToRowTransformerBase.cs (1)
119
public ITransformer
GetTransformer
() => _parent;
Microsoft.ML.TimeSeries (3)
SequentialAnomalyDetectionTransformBase.cs (1)
414
public ITransformer
GetTransformer
()
SequentialForecastingTransformBase.cs (1)
263
public ITransformer
GetTransformer
()
SrCnnTransformBase.cs (1)
257
public ITransformer
GetTransformer
()
Microsoft.ML.Transforms (1)
CustomMappingTransformer.cs (1)
198
public ITransformer
GetTransformer
()
1 reference to GetTransformer
Microsoft.ML.Data (1)
DataView\RowToRowMapperTransform.cs (1)
425
return _mapper.
GetTransformer
();