|
@@ -251,7 +251,7 @@ public class FeatureTransformV2 {
|
|
|
}
|
|
|
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);
|
|
|
}
|
|
|
}
|