Update parm_dict.json
Browse files- parm_dict.json +2 -2
parm_dict.json
CHANGED
@@ -53,9 +53,9 @@
|
|
53 |
"meta_clustering_model": "GMM",
|
54 |
"number_class": 0,
|
55 |
"_number_class_dsp": "The spicify cluster number of each type of sensor. 0 mean search optimal number base on certain score",
|
56 |
-
"min_class":
|
57 |
"_min_class_dsp": "minimum cluster number for search optimal option",
|
58 |
-
"max_class":
|
59 |
"_max_class_dsp": "maximum cluster number (not include) for search optimal option",
|
60 |
"covariance_type": "diag",
|
61 |
"_covariance_type_dsp": "GMM parameter, effect on model size"
|
|
|
53 |
"meta_clustering_model": "GMM",
|
54 |
"number_class": 0,
|
55 |
"_number_class_dsp": "The spicify cluster number of each type of sensor. 0 mean search optimal number base on certain score",
|
56 |
+
"min_class": 3,
|
57 |
"_min_class_dsp": "minimum cluster number for search optimal option",
|
58 |
+
"max_class": 4,
|
59 |
"_max_class_dsp": "maximum cluster number (not include) for search optimal option",
|
60 |
"covariance_type": "diag",
|
61 |
"_covariance_type_dsp": "GMM parameter, effect on model size"
|