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