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

Method getTopicPrior

src/python/handler/py_GDMR.cpp:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void GDMRModelObject::getTopicPrior() const
284{
285 throw py::RuntimeError{ "GDMRModel doesn't support get_topic_prior(). Use tdf() instead." };
286}
287
288std::optional<std::vector<tomoto::Float>> DocumentObject::getNumericMetadata() const
289{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected