Update parm_dict.json
Browse files- parm_dict.json +3 -1
parm_dict.json
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
0.9
|
24 |
]
|
25 |
],
|
26 |
-
"_param1_dsp": "param 1 is factor ,the stable indicattor (
|
27 |
"_param2_dsp": "param 2 is min number of cluster",
|
28 |
"_param3_dsp": "param 3 is max number of cluster",
|
29 |
"_param4_dsp": "param 4 is standby threshold (percentage)",
|
@@ -57,6 +57,8 @@
|
|
57 |
"_min_class_dsp": "minimum cluster number for search optimal option",
|
58 |
"max_class": 5,
|
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"
|
62 |
}
|
|
|
23 |
0.9
|
24 |
]
|
25 |
],
|
26 |
+
"_param1_dsp": "param 1 is factor ,the stable indicattor (less than value)(difference from the reverse previous 2 level)",
|
27 |
"_param2_dsp": "param 2 is min number of cluster",
|
28 |
"_param3_dsp": "param 3 is max number of cluster",
|
29 |
"_param4_dsp": "param 4 is standby threshold (percentage)",
|
|
|
57 |
"_min_class_dsp": "minimum cluster number for search optimal option",
|
58 |
"max_class": 5,
|
59 |
"_max_class_dsp": "maximum cluster number (not include) for search optimal option",
|
60 |
+
"stable_indicator": 0.3,
|
61 |
+
"_stable_indicator_dsp": "when change less than the value, consider it's stable",
|
62 |
"covariance_type": "diag",
|
63 |
"_covariance_type_dsp": "GMM parameter, effect on model size"
|
64 |
}
|