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

Method infer

src/python/handler/py_HPA.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61py::UniqueObj HPAModelObject::infer(PyObject* doc, size_t iteration, float tolerance, size_t workers, tomoto::ParallelScheme ps, bool together, PyObject* transform) const
62{
63 return LDAModelObject::infer(doc, iteration, tolerance, workers, ps, together, transform);
64}
65
66py::UniqueObj HPAModelObject::getAlpha() const
67{

Callers

nothing calls this directly

Calls 1

inferFunction · 0.85

Tested by

no test coverage detected