3 references to Seed
Microsoft.ML.Transforms (3)
Dracula\CountTableTransformer.cs (3)
406
if (CountTable != null || PriorCoefficient != null || LaplaceScale != null ||
Seed
!= null)
491
c.
Seed
?? options.Seed);
507
c.
Seed
?? options.Seed);