1 write to _hash
Microsoft.ML.Transforms (1)
OneHotHashEncoding.cs (1)
328
_hash
= new HashingEstimator(_host, columns.Select(x => x.HashingOptions).ToArray());
3 references to _hash
Microsoft.ML.Transforms (3)
OneHotHashEncoding.cs (3)
382
return
_hash
.Append(_toSomething).GetOutputSchema(inputSchema);
384
return
_hash
.GetOutputSchema(inputSchema);
390
public OneHotHashEncodingTransformer Fit(IDataView input) => new OneHotHashEncodingTransformer(
_hash
, _toSomething, input);