a `list` of beta parameters for each topic (for only `tomotopy.models.CTModel` model, read-only) .. versionadded:: 0.2.0
(self)
| 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]: |
nothing calls this directly
no outgoing calls
no test coverage detected