Metadata-Version: 1.1
Name: lca_metrics
Version: 0.1.0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Shinya SUZUKI
Author-email: shinya.s.825@gmail.com
License: MIT
Description: LCA Metrics
        ===========
        
        Validation metrics for hierarchical label by Lowest Common Ancestor.
        
        Original paper is (Kosmopoulos, 2015)
        
        Development log
        ---------------
        
        Version 0.1.0
        ~~~~~~~~~~~~~
        
        Add dummy node to handle empty set input. If input is empty set, one
        assign dummy node as true or predict node to calculate LCA in graph.
        More and more the depth become deep, result score becomes lower.
        
Keywords: validation,metrics,machine learning
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Information Analysis
