1 write to Seed
Microsoft.ML.Transforms (1)
Dracula\CountTableTransformer.cs (1)
51
Seed
= seed;
3 references to Seed
Microsoft.ML.Transforms (3)
Dracula\CountTableTransformer.cs (1)
175
_columns.Select(col => col.
Seed
).ToArray(), _columns.Select(col => (col.Name, col.InputColumnName)).ToArray());
Dracula\CountTargetEncodingTransformer.cs (2)
127
columnOptions.Select(col => new CountTableEstimator.ColumnOptions(col.Name, col.Name, col.CountTableBuilder, col.PriorCoefficient, col.LaplaceScale, col.
Seed
)).ToArray()),
136
columnOptions.Select(col => new CountTableEstimator.SharedColumnOptions(col.Name, col.Name, col.PriorCoefficient, col.LaplaceScale, col.
Seed
)).ToArray()),