Infer.NET - GitHub Pages
https://dotnet.github.io/infer/userguide/LDA%20Inference%20and%20Prediction.html
Both the LDAModel class and the LDAShared class derive from the ILDA interface which has an inference method and also an Engine property of type InferenceEngine. To learn the mixture distributions in the LDA model, call the Infer method on an LDA instance. The code can be seen in LDAModel.cs and LDAShared.cs. In this usage, we observe the words in the documents, and w…
Both the LDAModel class and the LDAShared class derive from the ILDA interface which has an inference method and also an Engine property of type InferenceEngine. To learn the mixture distributions in the LDA model, call the Infer method on an LDA instance. The code can be seen in LDAModel.cs and LDAShared.cs. In this usage, we observe the words in the documents, and w…
DA: 53 PA: 52 MOZ Rank: 64