4 references to SamplingStepCount
Microsoft.ML.Transforms (4)
Text\LdaTransform.cs (3)
77public int Mhstep = LatentDirichletAllocationEstimator.Defaults.SamplingStepCount; 1072int samplingStepCount = Defaults.SamplingStepCount, 1181int samplingStepCount = LatentDirichletAllocationEstimator.Defaults.SamplingStepCount,
Text\TextCatalog.cs (1)
628int samplingStepCount = LatentDirichletAllocationEstimator.Defaults.SamplingStepCount,