1 write to _host
Microsoft.ML.Transforms (1)
OneHotEncoding.cs (1)
281
_host
= env.Register(nameof(OneHotEncodingEstimator));
4 references to _host
Microsoft.ML.Transforms (4)
OneHotEncoding.cs (4)
282
_term = new ValueToKeyMappingEstimator(
_host
, columns, keyData);
292
throw
_host
.ExceptUserArg(nameof(column.OutputKind));
309
toBinVector = new KeyToBinaryVectorMappingEstimator(
_host
, binaryCols.Select(x => (x.outputColumnName, x.inputColumnName)).ToArray());
311
toVector = new KeyToVectorMappingEstimator(
_host
, cols.Select(x => new KeyToVectorMappingEstimator.ColumnOptions(x.outputColumnName, x.inputColumnName, x.bag)).ToArray());