2 writes to NumberOfIterations
Microsoft.ML.Transforms (2)
Text\LdaTransform.cs (2)
1208
NumberOfIterations
= maximumNumberOfIterations;
1264
NumberOfIterations
= ctx.Reader.ReadInt32();
4 references to NumberOfIterations
Microsoft.ML.Transforms (4)
Text\LdaTransform.cs (4)
257
InfoEx.
NumberOfIterations
,
295
InfoEx.
NumberOfIterations
,
1265
ectx.CheckDecode(
NumberOfIterations
> 0);
1306
ctx.Writer.Write(
NumberOfIterations
);