2 writes to _term
Microsoft.ML.Transforms (2)
OneHotEncoding.cs (2)
282_term = new ValueToKeyMappingEstimator(_host, columns, keyData); 344_term = (ValueToKeyMappingEstimator)_term.WithOnFitDelegate(onFit);
4 references to _term
Microsoft.ML.Transforms (4)
OneHotEncoding.cs (4)
331return _term.Append(_toSomething).GetOutputSchema(inputSchema); 333return _term.GetOutputSchema(inputSchema); 339public OneHotEncodingTransformer Fit(IDataView input) => new OneHotEncodingTransformer(_term, _toSomething, input); 344_term = (ValueToKeyMappingEstimator)_term.WithOnFitDelegate(onFit);