Metadata-Version: 2.1
Name: wDRMetrics
Version: 0.0.4
Summary: A GUI wrapper for pyDRMetrics. Rewritten using Flask.
Home-page: http://pypi.python.org/pypi/wDRMetrics/
Author: Zhang
Author-email: oo@zju.edu.cn
License: LICENSE.txt
Description: # About
        
        This project is a GUI wrapper for pyDRMetrics:
        
           pyDRMetrics - A Python toolkit for dimensionality reduction quality assessment, Heliyon, Volume 7, Issue 2, 2021, e06199, ISSN 2405-8440, https://doi.org/10.1016/j.heliyon.2021.e06199.
        
        The original version is developed in ASP.Net MVC (http://qsi.zhangys.org.cn/research/dr/). This project has rewritten it using Flask. 
        
        # Install and Run
        
        1. pip install wDRMetrics
           The package will be installed into USER\anaconda3\Lib\site-packages\wDRMetrics 
        2. python -m wDRMetrics.run
        3. Go to http://localhost:5006/
        
        # Run directly from source
        
        1. git clone https://github.com/zhangys11/wDRMetrics.git
        2. cd wDRMetrics/app/
        3. python wDRMetrics.py
        4. Go to http://localhost:5006/
        
        # ScreenCut
        
        ## Test built-in DR algorithms
        <img src="dr.png">
        
        <hr/>
        
        ## Analyze self-defined DR algorithm
        <img src="drx.png">
Platform: UNKNOWN
Description-Content-Type: text/markdown
