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

Method getLLPerWord

src/TopicModel/TopicModel.hpp:757–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755 }
756
757 double getLLPerWord() const override
758 {
759 return words.empty() ? 0 : static_cast<const _Derived*>(this)->getLL() / weightedN;
760 }
761
762 double getPerplexity() const override
763 {

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
getLLMethod · 0.45

Tested by

no test coverage detected