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