tethne.model package¶
Module contents¶
Provides classes for describing corpus or social models.
corpus | Corpus models describe latent topics (dimensions) that explain the distribution of features (eg words) among documents in a Corpus. |
social | Social models describe relations among actors (usually authors). |
The purpose of this module is to provide a common way to describe models generated by various modeling algorithms and their sundry implementations.
To generate models from a Corpus and/or GraphCollection, use one of the model managers.