Metadata-Version: 1.1
Name: xbob.example.lda
Version: 1.0.3
Summary: (Fisher) Iris Flower LDA example
Home-page: http://pypi.python.org/pypi/xbob.example.lda
Author: Andre Anjos
Author-email: andre.anjos@idiap.ch
License: GPLv3
Description: The (Fisher) Iris Flower LDA Example
        ====================================
        
        This package contains the a script that executes the (Fisher) LDA Example. It
        is meant to be part of the Bob/Python introduction hands on course and it has
        been simplified for that purpose.
        
        Installation
        ------------
        
        Just download this package and uncompressed it locally::
        
          $ wget http://pypi.python.org/packages/source/x/xbob.example.lda/xbob.example.lda-1.0.1.zip
          $ unzip xbob.example.lda-1.0.1.zip
          $ cd xbob.example.lda
        
        Use buildout to bootstrap and have a working environment ready for
        experiments::
        
          $ python bootstrap
          $ ./bin/buildout
        
        Use
        ---
        
        Execute the ``iris.py`` script::
        
          $ ./bin/iris.py
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
