2 writes to InfoEx
Microsoft.ML.Transforms (2)
Text\LdaTransform.cs (2)
249InfoEx = ex; 279InfoEx = new LatentDirichletAllocationEstimator.ColumnOptions(ectx, ctx);
26 references to InfoEx
Microsoft.ML.Transforms (26)
Text\LdaTransform.cs (26)
253InfoEx.NumberOfTopics, 255InfoEx.AlphaSum, 256InfoEx.Beta, 257InfoEx.NumberOfIterations, 258InfoEx.LikelihoodInterval, 259InfoEx.NumberOfThreads, 260InfoEx.SamplingStepCount, 261InfoEx.NumberOfSummaryTermsPerTopic, 263InfoEx.MaximumTokenCountPerDocument); 291InfoEx.NumberOfTopics, 293InfoEx.AlphaSum, 294InfoEx.Beta, 295InfoEx.NumberOfIterations, 296InfoEx.LikelihoodInterval, 297InfoEx.NumberOfThreads, 298InfoEx.SamplingStepCount, 299InfoEx.NumberOfSummaryTermsPerTopic, 301InfoEx.MaximumTokenCountPerDocument); 303_ldaTrainer.AllocateModelMemory(_numVocab, InfoEx.NumberOfTopics, memBlockSize, aliasMemBlockSize); 388InfoEx.Save(ctx); 434if (docSize >= InfoEx.MaximumTokenCountPerDocument - termFreq) 482int len = InfoEx.NumberOfTopics; 510if (docSize >= InfoEx.MaximumTokenCountPerDocument - termFreq) 610int numBurninIter = lda.InfoEx.NumberOfBurninIterations; 611bool reset = lda.InfoEx.ResetRandomGenerator; 686_columns[i] = _ldas[i].InfoEx;