7 references to Combine
Microsoft.ML.Data (3)
Transforms\Hashing.cs (3)
59
public bool Combine = HashingEstimator.Defaults.
Combine
;
1836
bool combine = Defaults.
Combine
)
1916
bool useOrderedHashing = Defaults.UseOrderedHashing, bool combine = Defaults.
Combine
)
Microsoft.ML.Transforms (4)
Dracula\CountTargetEncodingTransformer.cs (4)
125
bool combine = HashingEstimator.Defaults.
Combine
, uint hashingSeed = HashingEstimator.Defaults.Seed)
134
bool combine = HashingEstimator.Defaults.
Combine
, uint hashingSeed = HashingEstimator.Defaults.Seed)
438
bool combine = HashingEstimator.Defaults.
Combine
,
507
bool combine = HashingEstimator.Defaults.
Combine
,