|
@@ -26,11 +26,11 @@ public class FeatureDiff {
|
|
|
|
|
|
static {
|
|
|
tableToCol = new HashMap<>();
|
|
|
-
|
|
|
- tableToCol.put("alg_vid_feature_all_share", "b2_feature");
|
|
|
+ tableToCol.put("alg_vid_feature_all_exp", "b1_feature");
|
|
|
+
|
|
|
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -39,18 +39,23 @@ public class FeatureDiff {
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
|
|
|
public static void main(String[] args) {
|