4 references to NumberOfThreads
Microsoft.ML.Transforms (4)
Text\LdaTransform.cs (3)
89public int NumThreads = LatentDirichletAllocationEstimator.Defaults.NumberOfThreads; 1074int numberOfThreads = Defaults.NumberOfThreads, 1184int numberOfThreads = LatentDirichletAllocationEstimator.Defaults.NumberOfThreads,
Text\TextCatalog.cs (1)
631int numberOfThreads = LatentDirichletAllocationEstimator.Defaults.NumberOfThreads,