Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bab2min/tomotopy
/ getTopicLabels
Method
getTopicLabels
src/python/handler/py_label.cpp:130–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
std::vector<std::pair<std::string, tomoto::Float>> getTopicLabels(size_t k, size_t topN = 10) const
131
{
132
return inst->getLabels(k, topN);
133
}
134
};
135
136
void addLabelTypes(py::Module& module)
Callers
nothing calls this directly
Calls
1
getLabels
Method · 0.45
Tested by
no test coverage detected