This work was packaged for Debian by:

    Barak A. Pearlmutter <bap@debian.org> on Mon, 30 May 2011 17:00:10 +0100

It was downloaded from:

    git clone git://gitorious.org/mldemos/mldemos.git

    Upstream maintenance has stalled, and gitoriouis is no more, so
    for development such as it is see github.com/barak/mldemos and
    forks thereof.

Upstream Authors:

    Basilio Noris <mldemos@b4silio.com>

    Machine Learning Demos
    by
    Basilio Noris
    Learning Algorithms and Systems Laboratory
    Ecole Polytechnique Fédérale de Lausanne
    mldemos@b4silio.com
    http://lasa.epfl.ch

    Acknowledgements

    Many thanks to the following researchers and coders for developing
    and providing different algorithms used in this software.

    Florent D'Halluin (Linux ports, GMM + GMR),
    Dan Grollman (SOGP),
    Mohammad Khansari (SEDS),
    Christophe Paccolat (Linux ports),
    Chih-Chung Chang and Chih-Jen Lin (libSVM),
    David Mount and Sunil Arya (Approximate Nearest Neighbors),
    Davis E. King (DLIB),
    Stefan Klanke and Sethu Vijayakumar (LWPR),
    Robert Davies (Newmat),
    Jean-Francois Cardoso (ICA),
    Antonio Gulli (KPCA),
    the Eigen, OpenCV and Qt development teams. 

Copyright:

    Copyright (C) 2010  Basilio Noris

    Florent D'Halluin (Linux ports, GMM + GMR),
    Dan Grollman (SOGP),
    Mohammad Khansari (SEDS),
    Christophe Paccolat (Linux ports),
    Chih-Chung Chang and Chih-Jen Lin (libSVM),
    David Mount and Sunil Arya (Approximate Nearest Neighbors),
    Davis E. King (DLIB),
    Stefan Klanke and Sethu Vijayakumar (LWPR),
    Robert Davies (Newmat),
    Jean-Francois Cardoso (ICA),
    Antonio Gulli (KPCA),
    the Eigen, OpenCV and Qt development teams. 

License:

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public License,
    version 3 as published by the Free Software Foundation.

    This library is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

    A copy of the terms and conditions of the license can be found in
    License.txt or online at

	http://www.gnu.org/copyleft/lesser.html

    To obtain a copy, write to the Free Software Foundation, Inc.,
    59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

    Disclaimer
    ----------
    The authors make no representations about the suitability or fitness
    of this software for any purpose.  It is provided "as is" without
    express or implied warranty.

On Debian systems, the complete text of the GNU Lesser General
Public License can be found in "/usr/share/common-licenses/LGPL-3".

LICENSE.txt

    MLDemos: A User-Friendly visualization toolkit for machine learning
    Copyright (C) 2010  Basilio Noris
    Contact: mldemos@b4silio.com

Some code contained within this package has other authors and is
licensed under other, albeit compatible, terms.

LICENSE-ann_1.1.2.txt (_AlgorithmsPlugins/KNN/ANN/*)

    ANN: Approximate Nearest Neighbors
    Version: 1.1.2
    Release Date: Jan 27, 2010
    ----------------------------------------------------------------------------
    Copyright (c) 1997-2010 University of Maryland and Sunil Arya and David
    Mount All Rights Reserved.

    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU Lesser Public License as published by the
    Free Software Foundation; either version 2.1 of the License, or (at your
    option) any later version.

LICENSE-dlib.txt (_AlgorithmsPlugins/KernelMethods/dlib/*)

    Copyright (C) 2006  Davis E. King (davis@dlib.net)

    Boost Software License - Version 1.0 - August 17th, 2003

    Permission is hereby granted, free of charge, to any person or organization
    obtaining a copy of the software and accompanying documentation covered by
    this license (the "Software") to use, reproduce, display, distribute,
    execute, and transmit the Software, and to prepare derivative works of the
    Software, and to permit third-parties to whom the Software is furnished to
    do so, all subject to the following:

    The copyright notices in the Software and this entire statement, including
    the above license grant, this restriction and the following disclaimer,
    must be included in all copies of the Software, in whole or in part, and
    all derivative works of the Software, unless such copies or derivative
    works are solely in the form of machine-executable object code generated by
    a source language processor.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
    SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
    FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
    ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
    DEALINGS IN THE SOFTWARE.

LICENSE-libsvm.txt (_AlgorithmsPlugins/KernelMethods/dlib/svm/svm.h
		   _AlgorithmsPlugins/KernelMethods/dlib/svm/svm_abstract.h
		   _AlgorithmsPlugins/KernelMethods/svm.h)

    Copyright (c) 2000-2010 Chih-Chung Chang and Chih-Jen Lin
    All rights reserved.

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:

    1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

    2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.

    3. Neither name of copyright holders nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.


    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR
    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The Debian packaging is:

    Copyright (C) 2011 Barak A. Pearlmutter <bap@debian.org>

and is placed in the public domain.