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

Method getPriorMean

src/TopicModel/CTModel.hpp:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 }
269
270 std::vector<Float> getPriorMean() const override
271 {
272 return { topicPrior.mean.data(), topicPrior.mean.data() + topicPrior.mean.size() };
273 }
274
275 std::vector<Float> getPriorCov() const override
276 {

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected