Package cc.mallet.cluster.evaluate

Examples of cc.mallet.cluster.evaluate.ClusteringEvaluators.evaluate()


        new MUCEvaluator(),
        new AccuracyEvaluator()});

    System.err.println("truth:" + testing);
    System.err.println("pred: " + predictedClusters);       
    System.err.println(evaluators.evaluate(testing, predictedClusters));          
  }
 
  /**
   * Sample a InstanceList and its true clustering.
   * @param alph
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.