Examples of GetAllUsers()


Examples of com.rapidminer.data.IPosOnlyFeedback.GetAllUsers()

            int iid=(int) j;
            test_data.Add(user_mapping.ToInternalID(uid), item_mapping.ToInternalID(iid));
       
         
         
           Map<String,Double> result= ItemPredictionEval.Evaluate(model, test_data,train_data,test_data.GetAllUsers(),train_data.GetAllItems()); //train_data.GetAllUsers(),train_data.GetAllItems()

               Attribute m1 = AttributeFactory.createAttribute("AUC", Ontology.REAL);
               Attribute m2 = AttributeFactory.createAttribute("prec@5", Ontology.REAL);
               Attribute m3 = AttributeFactory.createAttribute("prec@10", Ontology.REAL);
               Attribute m4 = AttributeFactory.createAttribute("prec@15", Ontology.REAL);
View Full Code Here

Examples of com.rapidminer.data.PosOnlyFeedback.GetAllUsers()

            int iid=(int) j;
            test_data.Add(user_mapping.ToInternalID(uid), item_mapping.ToInternalID(iid));
       
         
         
           Map<String,Double> result= ItemPredictionEval.Evaluate(model, test_data,train_data,test_data.GetAllUsers(),train_data.GetAllItems()); //train_data.GetAllUsers(),train_data.GetAllItems()

               Attribute m1 = AttributeFactory.createAttribute("AUC", Ontology.REAL);
               Attribute m2 = AttributeFactory.createAttribute("prec@5", Ontology.REAL);
               Attribute m3 = AttributeFactory.createAttribute("prec@10", Ontology.REAL);
               Attribute m4 = AttributeFactory.createAttribute("prec@15", Ontology.REAL);
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.