瀏覽代碼

video keywords

jch 1 月之前
父節點
當前提交
749fba9806
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/scala/com/aliyun/odps/spark/examples/myUtils/FeatureTransform.java

+ 1 - 1
src/main/scala/com/aliyun/odps/spark/examples/myUtils/FeatureTransform.java

@@ -227,7 +227,7 @@ public class FeatureTransform {
                         }
                         if (null != hVideoMap && hVideoMap.containsKey(vid)) {
                             Map<String, String> hVideo = hVideoMap.get(vid);
-                            //getVideoCateFeature(baseKey, hVideo, featMap);
+                            getVideoCateFeature(baseKey, hVideo, featMap);
                             getTwoVideoCrossFeature(baseKey, hVideoSimAttrs, hVideo, rankVideo, featMap);
                         }
                     }