Implemented interface member:
method
GetOutputSchema
Microsoft.ML.IEstimator<TTransformer>.GetOutputSchema(Microsoft.ML.SchemaShape)
2 references to GetOutputSchema
Microsoft.ML.Transforms (2)
Dracula\CountTargetEncodingTransformer.cs (1)
297var hashingOutputSchema = _hashingEstimator.GetOutputSchema(inputSchema);
OneHotHashEncoding.cs (1)
384return _hash.GetOutputSchema(inputSchema);