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); 292throw _host.ExceptUserArg(nameof(column.OutputKind)); 309toBinVector = new KeyToBinaryVectorMappingEstimator(_host, binaryCols.Select(x => (x.outputColumnName, x.inputColumnName)).ToArray()); 311toVector = new KeyToVectorMappingEstimator(_host, cols.Select(x => new KeyToVectorMappingEstimator.ColumnOptions(x.outputColumnName, x.inputColumnName, x.bag)).ToArray());