4 references to ResetRandomGenerator
Microsoft.ML.Transforms (4)
Text\LdaTransform.cs (3)
103public bool ResetRandomGenerator = LatentDirichletAllocationEstimator.Defaults.ResetRandomGenerator; 1079bool resetRandomGenerator = Defaults.ResetRandomGenerator, 1188bool resetRandomGenerator = LatentDirichletAllocationEstimator.Defaults.ResetRandomGenerator,
Text\TextCatalog.cs (1)
635bool resetRandomGenerator = LatentDirichletAllocationEstimator.Defaults.ResetRandomGenerator)