vendor/tomotopy/src/TopicModel/LLDA.h in tomoto-0.1.4 vs vendor/tomotopy/src/TopicModel/LLDA.h in tomoto-0.2.0

- old
+ new

@@ -17,11 +17,10 @@ class ILLDAModel : public ILDAModel { public: using DefaultDocType = DocumentLLDA<TermWeight::one>; - static ILLDAModel* create(TermWeight _weight, size_t _K = 1, - Float alpha = 0.1, Float eta = 0.01, size_t seed = std::random_device{}(), + static ILLDAModel* create(TermWeight _weight, const LDAArgs& args, bool scalarRng = false); virtual const Dictionary& getTopicLabelDict() const = 0; virtual size_t getNumTopicsPerLabel() const = 0; \ No newline at end of file