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

Method getPriorCov

src/TopicModel/CTModel.hpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 }
274
275 std::vector<Float> getPriorCov() const override
276 {
277 return { topicPrior.cov.data(), topicPrior.cov.data() + topicPrior.cov.size() };
278 }
279
280 std::vector<Float> getCorrelationTopic(Tid k) const override
281 {

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected