README.md
pyproject.toml
src/pysimlr/__init__.py
src/pysimlr/consensus.py
src/pysimlr/deep.py
src/pysimlr/flows.py
src/pysimlr/interpretability.py
src/pysimlr/nnh.py
src/pysimlr/nsa_backend.py
src/pysimlr/optimizers.py
src/pysimlr/paths.py
src/pysimlr/regression.py
src/pysimlr/simlr.py
src/pysimlr/sklearn.py
src/pysimlr/sparse.py
src/pysimlr/sparsification.py
src/pysimlr/structural.py
src/pysimlr/svd.py
src/pysimlr/utils.py
src/pysimlr/visualization.py
src/pysimlr/viz.py
src/pysimlr.egg-info/PKG-INFO
src/pysimlr.egg-info/SOURCES.txt
src/pysimlr.egg-info/dependency_links.txt
src/pysimlr.egg-info/requires.txt
src/pysimlr.egg-info/top_level.txt
src/pysimlr/benchmarks/__init__.py
src/pysimlr/benchmarks/deep_ranking.py
src/pysimlr/benchmarks/metrics.py
src/pysimlr/benchmarks/plotting.py
src/pysimlr/benchmarks/protocol.py
src/pysimlr/benchmarks/runner.py
src/pysimlr/benchmarks/shared_private_sweep.py
src/pysimlr/benchmarks/synthetic_cases.py
tests/test_basis_metric_invariance.py
tests/test_benchmark_linear_noise.py
tests/test_benchmark_nonlinear_ned_advantage.py
tests/test_benchmark_nonlinear_private_nedpp_advantage.py
tests/test_benchmarks_metrics.py
tests/test_benchmarks_plotting.py
tests/test_benchmarks_runner.py
tests/test_benchmarks_sp_sweep.py
tests/test_comprehensive.py
tests/test_consensus_anchor_prediction.py
tests/test_consensus_anchor_standardization.py
tests/test_consensus_graph.py
tests/test_coverage_deep_simlr_ext.py
tests/test_coverage_ext.py
tests/test_deep_early_stopping.py
tests/test_deep_first_layer_contract.py
tests/test_deep_provenance.py
tests/test_deep_ranking_stats.py
tests/test_deep_train_infer_consistency.py
tests/test_doctests.py
tests/test_dynamic_weights.py
tests/test_extend_simlr.py
tests/test_flow_adversarial.py
tests/test_flow_mai.py
tests/test_flow_new_features.py
tests/test_flow_whiteners.py
tests/test_flow_whiteners_adversarial.py
tests/test_flows.py
tests/test_graph_laplacian_correctness.py
tests/test_guide_nsa_alignment.py
tests/test_interpretability_validity.py
tests/test_io_simlr.py
tests/test_latent_collapse.py
tests/test_latent_pruning.py
tests/test_lend_nsa_encoder_demo.py
tests/test_list_sparsity.py
tests/test_mai_metrics.py
tests/test_milestone1_adversarial_numerical.py
tests/test_milestone1_adversarial_stress.py
tests/test_milestone1_correctness.py
tests/test_milestone3_adversarial_structural.py
tests/test_mixing.py
tests/test_nnh.py
tests/test_nnh_dtfix.py
tests/test_nomenclature_adversarial_stress.py
tests/test_nonnegative_initialization.py
tests/test_nsa_flow.py
tests/test_nsa_flow_hardening.py
tests/test_nsa_nonnegative_stiefel_bug.py
tests/test_optimizer_correctness.py
tests/test_optimizers_ext.py
tests/test_orthogonality.py
tests/test_orthogonality_defect.py
tests/test_orthogonality_gradients.py
tests/test_package_import.py
tests/test_parity.py
tests/test_parity_placeholders.py
tests/test_permutation_pvalues.py
tests/test_positivity_and_gradient_consistency.py
tests/test_preprocess_provenance_strict.py
tests/test_preprocessing_provenance.py
tests/test_pysimlr.py
tests/test_retraction_diagnostics.py
tests/test_retraction_validation.py
tests/test_rng_isolation.py
tests/test_shared_private_no_shared_starvation.py
tests/test_simlr_ortho_output.py
tests/test_simlr_prediction_consistency.py
tests/test_simlr_train_predict_consistency.py
tests/test_sklearn_estimators.py
tests/test_smoke.py
tests/test_sparse_resolvent.py
tests/test_sparsification_correctness.py
tests/test_sparsification_ext.py
tests/test_structural_models.py
tests/test_synthetic_cases.py
tests/test_viz.py
tests/test_whitening.py