Package edu.ucla.sspace.evaluation

Examples of edu.ucla.sspace.evaluation.WordChoiceReport.score()


        // Run the word choice tests.
        for (WordChoiceEvaluation wordChoice : wordChoiceTests) {
            WordChoiceReport report = WordChoiceEvaluationRunner.evaluate(
                        sspace, wordChoice, similarity);
            verbose("Results for %s:%n%s%n", wordChoice, report);
            results[resultIndex++] = String.format("%4.3f", report.score());
        }

        // Run the word similarity tests.
        for (WordSimilarityEvaluation wordSimilarity :
                 wordSimilarityTests) {
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.