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

Method beta

tomotopy/utils.py:142–146  ·  view source on GitHub ↗

a `list` of beta parameters for each topic (for only `tomotopy.models.CTModel` model, read-only) .. versionadded:: 0.2.0

(self)

Source from the content-addressed store, hash-verified

140
141 @property
142 def beta(self) -> List[float]:
143 '''a `list` of beta parameters for each topic (for only `tomotopy.models.CTModel` model, read-only)
144
145.. versionadded:: 0.2.0'''
146 return super()._beta
147
148 @property
149 def vars(self) -> List[float]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected