.gitignore
LICENSE.md
README.md
pyproject.toml
.github/workflows/documentation.yml
.github/workflows/draft-pdf.yml
.github/workflows/test.yml
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
docs/source/references.bib
docs/source/references.rst
docs/source/start.rst
docs/source/_static/full-logo-black.png
docs/source/_static/full-logo.png
docs/source/_static/input_and_output_for_algorithms.png
docs/source/_static/logo-in-line.png
docs/source/_static/logo-probinet.jpg
docs/source/_static/logo-probinet.pdf
docs/source/_static/logo-probinet.svg
docs/source/_static/logo-without-title.png
docs/source/tutorials/ACD.ipynb
docs/source/tutorials/CRep.ipynb
docs/source/tutorials/DynCRep.ipynb
docs/source/tutorials/JointCRep.ipynb
docs/source/tutorials/MTCOV.ipynb
docs/source/tutorials/Unknown_structure.ipynb
docs/source/tutorials/.ipynb_checkpoints/ACD-checkpoint.ipynb
docs/source/tutorials/.ipynb_checkpoints/CRep-checkpoint.ipynb
docs/source/tutorials/.ipynb_checkpoints/DynCRep-checkpoint.ipynb
docs/source/tutorials/.ipynb_checkpoints/JointCRep-checkpoint.ipynb
docs/source/tutorials/.ipynb_checkpoints/MTCOV-checkpoint.ipynb
docs/source/tutorials/.ipynb_checkpoints/Unknown_structure-checkpoint.ipynb
docs/source/tutorials/tutorial_outputs/theta_for_init.npz
docs/source/tutorials/tutorial_outputs/ACD/3-fold_cv/synthetic_network_with_anomalies_cv.csv
docs/source/tutorials/tutorial_outputs/CRep_synthetic/synthetic_network.dat
docs/source/tutorials/tutorial_outputs/CRep_synthetic/theta_CRep.npz
docs/source/tutorials/tutorial_outputs/JointCRep/setting_JointCRep.yaml
docs/source/tutorials/tutorial_outputs/MTCOV/theta_MTCOV.npz
probinet/__init__.py
probinet/main.py
probinet/py.typed
probinet/types.py
probinet/version.py
probinet.egg-info/PKG-INFO
probinet.egg-info/SOURCES.txt
probinet.egg-info/dependency_links.txt
probinet.egg-info/entry_points.txt
probinet.egg-info/requires.txt
probinet.egg-info/top_level.txt
probinet/data/input/highschool_network.dat
probinet/data/input/synthetic_binary_network.dat
probinet/data/input/synthetic_design_matrix.csv
probinet/data/input/synthetic_dynamic_network.dat
probinet/data/input/synthetic_multilayer_network.csv
probinet/data/input/synthetic_network_with_anomalies.dat
probinet/data/input/synthetic_undirected_network.csv
probinet/data/input/synthetic_weighted_network.dat
probinet/data/model/setting_synthetic_data_CRep.yaml
probinet/evaluation/__init__.py
probinet/evaluation/community_detection.py
probinet/evaluation/covariate_prediction.py
probinet/evaluation/expectation_computation.py
probinet/evaluation/likelihood.py
probinet/evaluation/link_prediction.py
probinet/input/__init__.py
probinet/input/loader.py
probinet/input/preprocessing.py
probinet/input/stats.py
probinet/model_selection/__init__.py
probinet/model_selection/acd_cross_validation.py
probinet/model_selection/crep_cross_validation.py
probinet/model_selection/cross_validation.py
probinet/model_selection/dyncrep_cross_validation.py
probinet/model_selection/jointcrep_cross_validation.py
probinet/model_selection/main.py
probinet/model_selection/masking.py
probinet/model_selection/mtcov_cross_validation.py
probinet/model_selection/parameter_search.py
probinet/models/__init__.py
probinet/models/acd.py
probinet/models/base.py
probinet/models/classes.py
probinet/models/constants.py
probinet/models/crep.py
probinet/models/dyncrep.py
probinet/models/jointcrep.py
probinet/models/mtcov.py
probinet/synthetic/__init__.py
probinet/synthetic/anomaly.py
probinet/synthetic/base.py
probinet/synthetic/dynamic.py
probinet/synthetic/multilayer.py
probinet/synthetic/reciprocity.py
probinet/utils/__init__.py
probinet/utils/matrix_operations.py
probinet/utils/tools.py
probinet/visualization/__init__.py
probinet/visualization/plot.py
publication/count_words.py
publication/paper.bib
publication/paper.jats
publication/paper.md
publication/paper.pdf
publication/figures/example.png
publication/jats/example.png
publication/jats/highschool_network_communities.png
publication/jats/paper.jats
publication/jats/soft_membership_JointCRep.png
tests/.coverage
tests/__init__.py
tests/constants.py
tests/fixtures.py
tests/test_ModelClass.py
tests/test_cv.py
tests/test_evaluate.py
tests/test_input.py
tests/test_link_prediction.py
tests/test_loader.py
tests/test_main.py
tests/test_model_selection.py
tests/test_notebooks.py
tests/test_plot.py
tests/test_preprocessing.py
tests/test_synthetic.py
tests/test_tools.py
tests/test_validation_ACD.py
tests/test_validation_CRep.py
tests/test_validation_DynCRep.py
tests/test_validation_JointCRep.py
tests/test_validation_MTCOV.py
tests/data/acd/data_for_test_running_algorithm_from_file.yaml
tests/data/acd/data_for_test_running_algorithm_from_random_init.yaml
tests/data/acd/data_for_test_running_algorithm_from_random_init_2.yaml
tests/data/dyncrep/data_for_test_running_temporal_version.yaml
tests/data/synthetic/test_anomaly_network_PB.yaml
tests/data/synthetic/test_anomaly_network_PB_with_parameters.yaml
tests/inputs/setting_CRep.yaml
tests/inputs/setting_DynCRep.yaml
tests/inputs/setting_JointCRep.yaml
tests/inputs/setting_MTCOV.yaml
tests/inputs/synthetic_attribute_for_MTCOV.csv
tests/inputs/synthetic_data_for_ACD.dat
tests/inputs/synthetic_data_for_CRep.dat
tests/inputs/synthetic_data_for_DynCRep.dat
tests/inputs/synthetic_data_for_JointCRep.dat
tests/inputs/synthetic_network_for_MTCOV.csv
tests/inputs/theta_GT_ACD_for_initialization.npz
tests/inputs/theta_GT_CRep_for_initialization.npz
tests/inputs/theta_GT_DynCRep_for_initialization.npz
tests/inputs/theta_GT_JointCRep_for_initialization.npz
tests/inputs/theta_GT_MTCOV_for_initialization.npz
tests/inputs/theta_GT_model_class.npz
tests/inputs/cross_validation/email_EU_core_network.csv
tests/inputs/cross_validation/email_EU_core_network_for_DynCRep_cv_GT.csv
tests/inputs/cross_validation/setting_ACD.yaml
tests/inputs/cross_validation/setting_CRep.yaml
tests/inputs/cross_validation/setting_DynCRep.yaml
tests/inputs/cross_validation/setting_JointCRep.yaml
tests/inputs/cross_validation/setting_MTCOV.yaml
tests/inputs/cross_validation/synthetic_attribute_for_MTCOV.csv
tests/inputs/cross_validation/synthetic_data_for_ACD_cv_GT.csv
tests/inputs/cross_validation/synthetic_data_for_CRep_cv_GT.csv
tests/inputs/cross_validation/synthetic_data_for_JointCRep_cv_GT.csv
tests/inputs/cross_validation/synthetic_network_for_MTCOV.csv
tests/inputs/cross_validation/synthetic_network_for_MTCOV_cv_GT.csv
tests/outputs/setting_CRep.yaml
tests/outputs/setting_JointCRep.yaml
tests/outputs/setting_MTCOV.yaml
tests/outputs/theta_GT_CRep.npz
tests/outputs/theta_GT_CRep_for_initialization.npz
tests/outputs/theta_GT_JointCRep.npz
tests/outputs/theta_GT_JointCRep_for_initialization.npz
tests/outputs/theta_GT_JointCRep_rseed_1.npz
tests/outputs/theta_GT_MTCOV.npz
tests/outputs/theta_GT_MTCOV_for_initialization.npz