2 instantiations of LdaSingleBox
Microsoft.ML.Transforms (2)
Text\LdaTransform.cs (2)
252
_ldaTrainer = new
LdaSingleBox
(
290
_ldaTrainer = new
LdaSingleBox
(
2 references to LdaSingleBox
Microsoft.ML.Transforms (2)
Text\LdaSingleBox.cs (1)
183
public void CopyModel(
LdaSingleBox
trainer, int wordId)
Text\LdaTransform.cs (1)
234
private readonly
LdaSingleBox
_ldaTrainer;