1 write to Seed
Microsoft.ML.Transforms (1)
Dracula\CountTableTransformer.cs (1)
51Seed = 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)
127columnOptions.Select(col => new CountTableEstimator.ColumnOptions(col.Name, col.Name, col.CountTableBuilder, col.PriorCoefficient, col.LaplaceScale, col.Seed)).ToArray()), 136columnOptions.Select(col => new CountTableEstimator.SharedColumnOptions(col.Name, col.Name, col.PriorCoefficient, col.LaplaceScale, col.Seed)).ToArray()),