91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

predictionio優化

發布時間:2020-07-27 16:58:47 來源:網絡 閱讀:334 作者:大海之中 欄目:大數據

predictionio 的validScores方法 有點問題,因為model對象中的一個屬性類型為Map<String, Item> items,在數據量很大的時候,肯定是不行,所以優化一下,采用join+filter的模式,代碼如下

return all.mapToPair(new PairFunction<ItemScore, String, ItemScore>() {
            @Override
            public Tuple2<String, ItemScore> call(ItemScore idUser) throws Exception {
                return new Tuple2<>(idUser.getItemEntityId(), idUser);
            }
        }).join(model.getItems()).filter(new Function<Tuple2<String,Tuple2<ItemScore,Item>>, Boolean>() {
            @Override
            public Boolean call(Tuple2<String,Tuple2<ItemScore,Item>> itemScore) throws Exception {
                /*Item item = items.get(itemScore.getItemEntityId());*/

                Item item =itemScore._2._2;
                //logger.info("join end");

                return (item!=null && /*item != null 
                        && */passWhitelistCriteria(whitelist, itemScore._2._1.getItemEntityId())
                        && passBlacklistCriteria(blacklist, itemScore._2._1.getItemEntityId())
                       /* && passCategoryCriteria(categories, item)*/
                       /* && passUnseenCriteria(seenItemEntityIds, itemScore.getItemEntityId())*///看過或買過的不要
                       /* && passAvailabilityCriteria(unavailableItemEntityIds, itemScore.getItemEntityId())*/);
            }
        }).map(new Function<Tuple2<String, Tuple2<ItemScore,Item>>, ItemScore>() {
             @Override
             public ItemScore call(Tuple2<String, Tuple2<ItemScore,Item>> userItemCount) throws Exception {
                 return userItemCount._2._1;
             }
         });
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

焉耆| 武平县| 五莲县| 南安市| 陇川县| 中西区| 青冈县| 视频| 渝北区| 麻栗坡县| 嘉义市| 邛崃市| 铁岭市| 美姑县| 报价| 巴里| 蒙阴县| 通道| 油尖旺区| 当涂县| 新化县| 达日县| 南康市| 井冈山市| 会昌县| 宜兰县| 沅陵县| 东乡县| 阿尔山市| 都昌县| 沈丘县| 台中市| 新干县| 吴桥县| 长垣县| 南华县| 遵义市| 南宫市| 忻州市| 贞丰县| 庐江县|