2 writes to SamplingStepCount
Microsoft.ML.Transforms (2)
Text\LdaTransform.cs (2)
1207SamplingStepCount = samplingStepCount; 1261SamplingStepCount = ctx.Reader.ReadInt32();
4 references to SamplingStepCount
Microsoft.ML.Transforms (4)
Text\LdaTransform.cs (4)
260InfoEx.SamplingStepCount, 298InfoEx.SamplingStepCount, 1262ectx.CheckDecode(SamplingStepCount > 0); 1305ctx.Writer.Write(SamplingStepCount);