Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmj3197 committed May 30, 2024
1 parent 1524e22 commit 6444c65
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions QuadratiK/spherical_clustering/_pkbc.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ class PKBC:
labels\\_ : dict
Final cluster membership assigned by the algorithm to each observation
Final cluster membership assigned by the algorithm to each observation.
A dictionary containing key-value pairs, where each key is an element from the `num_clust` vector,
and each value is a numpy.ndarray of shape (n_samples,)
log_lik_vecs\\_ : dict
Array of log-likelihood values for each initialization
Array of log-likelihood values for each initialization.
A dictionary containing key-value pairs, where each key is an element from the `num_clust` vector,
and each value is a numpy.ndarray of shape (num_init, )
Expand Down
13 changes: 3 additions & 10 deletions doc/source/user_guide/datasets.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
.. _datasets:

Wireless Localization Dataset
-----------------------------
===========
Datasets
===========

.. include:: ../../../QuadratiK/datasets/data/wireless_localization_dataset.rst

Wisconsin Breast Cancer Dataset
-------------------------------

.. include:: ../../../QuadratiK/datasets/data/wisconsin_breast_cancer_dataset.rst

Wine Dataset
------------

.. include:: ../../../QuadratiK/datasets/data/wine_dataset.rst
10 changes: 8 additions & 2 deletions doc/source/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ Dataset

datasets.rst

Usage Examples
---------------
Common Usage Examples
-----------------------
.. toctree::
:maxdepth: 4

basic_usage

Random Sampling from PKBD
---------------------------
.. toctree::
:maxdepth: 4

gen_plot_rpkb

0 comments on commit 6444c65

Please sign in to comment.