Package com.rapidminer.operator.RatingPrediction

Examples of com.rapidminer.operator.RatingPrediction.GroupRecommender.SetMinRating()


   
        GroupRecommender recommendAlg=new GroupRecommender();
       
        recommendAlg.SetRatings(ansambl.get(0).GetRatings());
        recommendAlg.SetMaxRating(ansambl.get(0).GetMaxRating());
        recommendAlg.SetMinRating(ansambl.get(0).GetMinRating());
        recommendAlg.SetRecommenders(ansambl);
        recommendAlg.item_mapping=ansambl.get(0).item_mapping;
        recommendAlg.user_mapping=ansambl.get(0).user_mapping;
        recommendAlg.SetWeights(weights);
        recommendAlg.SetDWeight(getParameterAsDouble("default_weight"));
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.