Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 467 Bytes

Orange.clustering.rst

File metadata and controls

18 lines (12 loc) · 467 Bytes

Clustering (clustering)

.. py:currentmodule:: Orange.clustering

.. index:: clustering

Orange offers three clustering methods: k-means clustering, hierarchical clustering with different link functions, and consensus clustering, which is still much under development.

.. toctree::
   :glob:
   :maxdepth: 4

   Orange.clustering.kmeans
   Orange.clustering.hierarchical
   Orange.clustering.consensus