3 writes to _hashingEstimator
Microsoft.ML.Transforms (3)
Dracula\CountTargetEncodingTransformer.cs (3)
149
_hashingEstimator
= new HashingEstimator(_host, initialCounts.HashingTransformer.Columns.ToArray());
161
_hashingEstimator
= new HashingEstimator(_host, _hashingColumns);
217
_hashingEstimator
= new HashingEstimator(_host, _hashingColumns);
2 references to _hashingEstimator
Microsoft.ML.Transforms (2)
Dracula\CountTargetEncodingTransformer.cs (2)
291
var hashingTransformer =
_hashingEstimator
.Fit(input);
297
var hashingOutputSchema =
_hashingEstimator
.GetOutputSchema(inputSchema);