1 write to _host
Microsoft.ML.Data (1)
Transforms\Hashing.cs (1)
1931_host = env.Register(nameof(HashingEstimator));
6 references to _host
Microsoft.ML.Data (6)
Transforms\Hashing.cs (6)
1938throw _host.ExceptParam(nameof(ColumnOptions.Combine), "When the 'Combine' option is specified, invert hashes are not supported."); 1940throw _host.ExceptParam(nameof(ColumnOptions.Combine), "When the 'Combine' option is specified, ordered hashing is not supported."); 1947public HashingTransformer Fit(IDataView input) => new HashingTransformer(_host, input, _columns); 1955_host.CheckValue(inputSchema, nameof(inputSchema)); 1960throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName); 1962throw _host.ExceptParam(nameof(inputSchema), ExpectedColumnType);