jch 1 mesiac pred
rodič
commit
749fba9806

+ 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);
                         }
                     }