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

Method labels

tomotopy/utils.py:156–160  ·  view source on GitHub ↗

a `list` of (label, list of probabilities of each topic belonging to the label) of the document (for only `tomotopy.models.LLDAModel` and `tomotopy.models.PLDAModel` models, read-only) .. versionadded:: 0.3.0

(self)

Source from the content-addressed store, hash-verified

154
155 @property
156 def labels(self) -> List[Tuple[str, List[float]]]:
157 '''a `list` of (label, list of probabilities of each topic belonging to the label) of the document (for only `tomotopy.models.LLDAModel` and `tomotopy.models.PLDAModel` models, read-only)
158
159.. versionadded:: 0.3.0'''
160 return super()._labels
161
162 @property
163 def eta(self) -> List[float]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected