Metadata-Version: 1.0
Name: nimfa
Version: 1.0
Summary: A Python Library for Nonnegative Matrix Factorization Techniques
Home-page: http://nimfa.biolab.si
Author: Marinka Zitnik
Author-email: marinka.zitnik@student.uni-lj.si
License: OSI Approved :: GNU General Public License (GPL)
Download-URL: https://github.com/marinkaz/MF
Description: 
        Notification
        ============
        
        Project **nimfa - A Python Library for Nonnegative Matrix Factorization Techniques** documentation and further details are available 
        at `nimfa site`_. 
        
        Please refer to that site.
        		  
        .. _nimfa site: http://nimfa.biolab.si
        
        About
        =====
        
        Nimfa is a Python scripting library which includes a number of published matrix factorization algorithms, initialization methods, quality and performance measures and 
        facilitates the combination of these to produce new strategies. The library represents a unified and efficient interface to matrix factorization algorithms and methods.
        
        The nimfa library works with numpy dense matrices and scipy sparse matrices (where this is possible to save on space). The library has support for multiple runs of the algorithms which can be used 
        for some quality measures. By setting runtime specific options tracking the residuals error within one (or more) run or tracking fitted factorization model is possible. 
        Extensive documentation with working examples which demonstrate real applications, commonly used benchmark data and visualization methods are provided to help with the 
        interpretation and comprehension of the results.
        
        
        Citing
        ======
        
        Marinka Zitnik, Blaz Zupan. Nimfa: A Python Library for Nonnegative Matrix Factorization, Journal of Machine Learning Research, 13, 849--853, 2012.
        
        License
        ======
        
        nimfa - A Python Library for Nonnegative Matrix Factorization Techniques
        Copyright (C) 2011-2012 Marinka Zitnik and Blaz Zupan 
        
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation, either version 3 of the License, or
        any later version.
        
        This program 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 General Public License for more details.
        
        
        JMLR Warranty
        ========
        
        THIS SOURCE CODE IS SUPPLIED "AS IS" WITHOUT WARRANTY OF ANY KIND, AND ITS AUTHOR AND THE JOURNAL OF MACHINE LEARNING RESEARCH (JMLR) 
        AND JMLR'S PUBLISHERS AND DISTRIBUTORS, DISCLAIM ANY AND ALL WARRANTIES, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES OF 
        MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND ANY WARRANTIES OR NON INFRINGEMENT. THE USER ASSUMES ALL LIABILITY 
        AND RESPONSIBILITY FOR USE OF THIS SOURCE CODE, AND NEITHER THE AUTHOR NOR JMLR, NOR JMLR'S PUBLISHERS AND DISTRIBUTORS, WILL BE 
        LIABLE FOR DAMAGES OF ANY KIND RESULTING FROM ITS USE. 
        
        Without limiting the generality of the foregoing, neither the author, nor JMLR, nor JMLR's publishers and distributors, warrant that 
        the Source Code will be error-free, will operate without interruption, or will meet the needs of the user.
        
        
        
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
