MCPcopy Create free account
hub / github.com/bab2min/tomotopy / getStateLL

Method getStateLL

src/TopicModel/TopicModel.hpp:837–840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835 }
836
837 double getStateLL() const override
838 {
839 return static_cast<const _Derived*>(this)->getLLRest(this->globalState);
840 }
841
842 std::vector<double> infer(const std::vector<DocumentBase*>& docs, size_t maxIter, Float tolerance, size_t numWorkers, ParallelScheme ps, bool together) const override
843 {

Callers

nothing calls this directly

Calls 1

getLLRestMethod · 0.45

Tested by

no test coverage detected