Examples of KLDivergence


Examples of edu.ucla.sspace.similarity.KLDivergence

            case AVERAGE_COMMON_FEATURE_RANK:
                return new AverageCommonFeatureRank();
            case LIN:
                return new LinSimilarity();
            case KL_DIVERGENCE:
                return new KLDivergence();
            case KENDALLS_TAU:
                return new KendallsTau();
            case TANIMOTO_COEFFICIENT:
                return new TanimotoCoefficient();
        }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.