ó
‡ˆ\c           @   s,   d  Z  d d l m Z m Z d d g Z d S(   sù   
The :mod:`sklearn.semi_supervised` module implements semi-supervised learning
algorithms. These algorithms utilized small amounts of labeled data and large
amounts of unlabeled data for classification tasks. This module includes Label
Propagation.
i   (   t   LabelPropagationt   LabelSpreadingR    R   N(   t   __doc__t   label_propagationR    R   t   __all__(    (    (    s?   lib/python2.7/site-packages/sklearn/semi_supervised/__init__.pyt   <module>   s   