2 writes to NumberOfTopics
Microsoft.ML.Transforms (2)
Text\LdaTransform.cs (2)
1204
NumberOfTopics
= numberOfTopics;
1254
NumberOfTopics
= ctx.Reader.ReadInt32();
7 references to NumberOfTopics
Microsoft.ML.Transforms (7)
Text\LdaTransform.cs (7)
253
InfoEx.
NumberOfTopics
,
291
InfoEx.
NumberOfTopics
,
303
_ldaTrainer.AllocateModelMemory(_numVocab, InfoEx.
NumberOfTopics
, memBlockSize, aliasMemBlockSize);
482
int len = InfoEx.
NumberOfTopics
;
591
result[i] = new DataViewSchema.DetachedColumn(_parent.ColumnPairs[i].outputColumnName, new VectorDataViewType(NumberDataViewType.Single, info.
NumberOfTopics
), null);
1255
ectx.CheckDecode(
NumberOfTopics
> 0);
1302
ctx.Writer.Write(
NumberOfTopics
);