4 references to KeyToVectorMappingEstimator
Microsoft.ML.Data (2)
Transforms\ConversionsExtensionsCatalog.cs (2)
175=> new KeyToVectorMappingEstimator(CatalogUtils.GetEnvironment(catalog), columns); 218return new KeyToVectorMappingEstimator(env, columnOptions);
Microsoft.ML.Transforms (2)
OneHotEncoding.cs (1)
311toVector = new KeyToVectorMappingEstimator(_host, cols.Select(x => new KeyToVectorMappingEstimator.ColumnOptions(x.outputColumnName, x.inputColumnName, x.bag)).ToArray());
OneHotHashEncoding.cs (1)
361toVector = new KeyToVectorMappingEstimator(_host, cols.Select(x => new KeyToVectorMappingEstimator.ColumnOptions(x.outputColumnName, x.inputColumnName, x.bag)).ToArray());