Algorithms Package ================== The algorithms package provides analysis functions for YSocial simulation data, including profile similarity, recommendation metrics, and topic analysis. Profile Analysis ---------------- Functions for analyzing agent profiles and interest similarity. .. automodule:: ysights.algorithms.profiles :members: :undoc-members: :show-inheritance: :noindex: Recommender Metrics ------------------- Metrics for evaluating recommendation system performance. .. automodule:: ysights.algorithms.recommenders :members: :undoc-members: :show-inheritance: :noindex: Topic Analysis -------------- Functions for analyzing topic dynamics and evolution. .. automodule:: ysights.algorithms.topics :members: :undoc-members: :show-inheritance: :noindex: