Package com.rapidminer.operator.performance

Examples of com.rapidminer.operator.performance.PerformanceVector.addCriterion()


              PerformanceVector result1 = new PerformanceVector();
              EstimatedPerformance performance = new EstimatedPerformance("RMSE", a1[0],1,true);
              EstimatedPerformance performance1 = new EstimatedPerformance("MAE", a1[1],1,true);
              EstimatedPerformance performance2 = new EstimatedPerformance("NMAE", a1[2],1,true);

              result1.addCriterion(performance);
              result1.addCriterion(performance1);
              result1.addCriterion(performance2);

            performanceOutput.deliver(result1);
            exampleSetOutput.deliver(a.createExampleSet())
View Full Code Here


              EstimatedPerformance performance = new EstimatedPerformance("RMSE", a1[0],1,true);
              EstimatedPerformance performance1 = new EstimatedPerformance("MAE", a1[1],1,true);
              EstimatedPerformance performance2 = new EstimatedPerformance("NMAE", a1[2],1,true);

              result1.addCriterion(performance);
              result1.addCriterion(performance1);
              result1.addCriterion(performance2);

            performanceOutput.deliver(result1);
            exampleSetOutput.deliver(a.createExampleSet())
View Full Code Here

              EstimatedPerformance performance1 = new EstimatedPerformance("MAE", a1[1],1,true);
              EstimatedPerformance performance2 = new EstimatedPerformance("NMAE", a1[2],1,true);

              result1.addCriterion(performance);
              result1.addCriterion(performance1);
              result1.addCriterion(performance2);

            performanceOutput.deliver(result1);
            exampleSetOutput.deliver(a.createExampleSet())

        }
View Full Code Here

            EstimatedPerformance performance1 = new EstimatedPerformance("prec@5", a1[1],1,false);
            EstimatedPerformance performance2 = new EstimatedPerformance("prec@10", a1[2],1,false);
            EstimatedPerformance performance3 = new EstimatedPerformance("prec@15", a1[3],1,false);
            EstimatedPerformance performance4 = new EstimatedPerformance("NDCG", a1[4],1,false);
            EstimatedPerformance performance5 = new EstimatedPerformance("MAP", a1[5],1,false);
            result1.addCriterion(performance);
            result1.addCriterion(performance1);
            result1.addCriterion(performance2);
            result1.addCriterion(performance3);
            result1.addCriterion(performance4);
            result1.addCriterion(performance5);
View Full Code Here

            EstimatedPerformance performance2 = new EstimatedPerformance("prec@10", a1[2],1,false);
            EstimatedPerformance performance3 = new EstimatedPerformance("prec@15", a1[3],1,false);
            EstimatedPerformance performance4 = new EstimatedPerformance("NDCG", a1[4],1,false);
            EstimatedPerformance performance5 = new EstimatedPerformance("MAP", a1[5],1,false);
            result1.addCriterion(performance);
            result1.addCriterion(performance1);
            result1.addCriterion(performance2);
            result1.addCriterion(performance3);
            result1.addCriterion(performance4);
            result1.addCriterion(performance5);
           
View Full Code Here

            EstimatedPerformance performance3 = new EstimatedPerformance("prec@15", a1[3],1,false);
            EstimatedPerformance performance4 = new EstimatedPerformance("NDCG", a1[4],1,false);
            EstimatedPerformance performance5 = new EstimatedPerformance("MAP", a1[5],1,false);
            result1.addCriterion(performance);
            result1.addCriterion(performance1);
            result1.addCriterion(performance2);
            result1.addCriterion(performance3);
            result1.addCriterion(performance4);
            result1.addCriterion(performance5);
           
           
View Full Code Here

            EstimatedPerformance performance4 = new EstimatedPerformance("NDCG", a1[4],1,false);
            EstimatedPerformance performance5 = new EstimatedPerformance("MAP", a1[5],1,false);
            result1.addCriterion(performance);
            result1.addCriterion(performance1);
            result1.addCriterion(performance2);
            result1.addCriterion(performance3);
            result1.addCriterion(performance4);
            result1.addCriterion(performance5);
           
           
            performanceOutput.deliver(result1);
View Full Code Here

            EstimatedPerformance performance5 = new EstimatedPerformance("MAP", a1[5],1,false);
            result1.addCriterion(performance);
            result1.addCriterion(performance1);
            result1.addCriterion(performance2);
            result1.addCriterion(performance3);
            result1.addCriterion(performance4);
            result1.addCriterion(performance5);
           
           
            performanceOutput.deliver(result1);
            exampleSetOutput.deliver(a.createExampleSet())
View Full Code Here

            result1.addCriterion(performance);
            result1.addCriterion(performance1);
            result1.addCriterion(performance2);
            result1.addCriterion(performance3);
            result1.addCriterion(performance4);
            result1.addCriterion(performance5);
           
           
            performanceOutput.deliver(result1);
            exampleSetOutput.deliver(a.createExampleSet())
        }
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.