|
@@ -106,7 +106,7 @@ object makedata_16_bucketData_20240609_offline_replace_video {
|
|
|
val featuresBucket = contentList.indices.map(i => {
|
|
|
val featureName = contentList(i)
|
|
|
val score = features(i)
|
|
|
- if (allFeature.containsKey(featureName) {
|
|
|
+ if (allFeature.containsKey(featureName)) {
|
|
|
if (featureName.startsWith("b") && !featureName.equals("bit_rate") || featureName.startsWith("c")) {
|
|
|
if (score > 1E-8) {
|
|
|
val (bucketNum, buckets) = bucketsMap(featureName)
|