.. AUTO-GENERATED FILE -- DO NOT EDIT!

algorithms.segmentation.vem
===========================

Module: :mod:`algorithms.segmentation.vem`
------------------------------------------
Inheritance diagram for ``nipy.algorithms.segmentation.vem``:

.. inheritance-diagram:: nipy.algorithms.segmentation.vem 
   :parts: 3

.. automodule:: nipy.algorithms.segmentation.vem

.. currentmodule:: nipy.algorithms.segmentation.vem

Class
-----

:class:`VEM`
------------


.. autoclass:: VEM
  :members:
  :undoc-members:
  :show-inheritance:
  :inherited-members:

  .. automethod:: __init__

Functions
---------


.. autofunction:: nipy.algorithms.segmentation.vem.gauss_dist


.. autofunction:: nipy.algorithms.segmentation.vem.laplace_dist


.. autofunction:: nipy.algorithms.segmentation.vem.print_


.. autofunction:: nipy.algorithms.segmentation.vem.vm_step_gauss


.. autofunction:: nipy.algorithms.segmentation.vem.vm_step_laplace


.. autofunction:: nipy.algorithms.segmentation.vem.weighted_median

