ó
‡ˆ\c           @   s  d  Z  d d l m Z m Z d d l m Z m Z m Z m Z d d l	 m
 Z
 m Z d d l m Z m Z m Z m Z d d l m Z m Z m Z d d l m Z m Z d d l m Z m Z d d	 l m Z d
 d d d d d d d d d d d d d d d d d d d g Z d S(   sW   
The :mod:`sklearn.cluster` module gathers popular unsupervised clustering
algorithms.
i   (   t   spectral_clusteringt   SpectralClustering(   t
   mean_shiftt	   MeanShiftt   estimate_bandwidtht   get_bin_seeds(   t   affinity_propagationt   AffinityPropagation(   t	   ward_treet   AgglomerativeClusteringt   linkage_treet   FeatureAgglomeration(   t   k_meanst   KMeanst   MiniBatchKMeans(   t   dbscant   DBSCAN(   t   SpectralBiclusteringt   SpectralCoclustering(   t   BirchR   R	   R   R   R   R   R   R   R   R   R   R   R   R   R
   R   R    R   R   R   N(   t   __doc__t   spectralR    R   t   mean_shift_R   R   R   R   t   affinity_propagation_R   R   t   hierarchicalR   R	   R
   R   t   k_means_R   R   R   t   dbscan_R   R   t	   biclusterR   R   t   birchR   t   __all__(    (    (    s7   lib/python2.7/site-packages/sklearn/cluster/__init__.pyt   <module>   s8   ""