Update parm_dict.json
Browse files- parm_dict.json +18 -22
parm_dict.json
CHANGED
|
@@ -1,27 +1,25 @@
|
|
| 1 |
{
|
| 2 |
-
"root_path": "C:/tmp_data/extract_feature/",
|
| 3 |
-
"upload_path": "C:/tmp_data/extract_feature/upload_models/",
|
| 4 |
"feature_file_name": "multi_features_data_simu5.pkl",
|
| 5 |
"Is_train_autoencoder": false,
|
| 6 |
"autoencoder_structure": 4,
|
| 7 |
"L1": {
|
| 8 |
"noise_threshold": 0.01,
|
| 9 |
"_noise_threshold_dsp": "the number less of cluster than the threshold, consider to be noise",
|
| 10 |
-
"
|
| 11 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
"Hierarchical_power_params": [
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
0.2
|
| 18 |
-
],
|
| 19 |
-
[
|
| 20 |
-
0.1,
|
| 21 |
-
3,
|
| 22 |
-
15,
|
| 23 |
-
0.3
|
| 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",
|
|
@@ -29,12 +27,10 @@
|
|
| 29 |
"_param4_dsp": "param 4 is standby threshold (percentage)",
|
| 30 |
"Is_save_model": true,
|
| 31 |
"Hierarchical_vib_params": [
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
0.5
|
| 37 |
-
]
|
| 38 |
],
|
| 39 |
"_Hierarchical_vib_params_dsp": "For vibration, the format is same",
|
| 40 |
"L1_models_name": "L1_models.pkl"
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"feature_file_name": "multi_features_data_simu5.pkl",
|
| 3 |
"Is_train_autoencoder": false,
|
| 4 |
"autoencoder_structure": 4,
|
| 5 |
"L1": {
|
| 6 |
"noise_threshold": 0.01,
|
| 7 |
"_noise_threshold_dsp": "the number less of cluster than the threshold, consider to be noise",
|
| 8 |
+
"choose_model_power": "Mix",
|
| 9 |
+
"_choose_model_power_dsp": "options: Mix, DBSCAN",
|
| 10 |
+
"choose_model_vib": "Hierarchical",
|
| 11 |
+
"_choose_model_vib_dsp": "options, Hierarchical, DBSCAN",
|
| 12 |
+
"DBSCAN_power_params": [
|
| 13 |
+
1.2,
|
| 14 |
+
50,
|
| 15 |
+
0.9
|
| 16 |
+
],
|
| 17 |
+
"DBSCAN_params_dsp": "p1= eps, p2= min count in cluster, p3= standby threshold",
|
| 18 |
"Hierarchical_power_params": [
|
| 19 |
+
0.2,
|
| 20 |
+
1,
|
| 21 |
+
2,
|
| 22 |
+
0.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
],
|
| 24 |
"_param1_dsp": "param 1 is factor ,the stable indicattor (less than value)(difference from the reverse previous 2 level)",
|
| 25 |
"_param2_dsp": "param 2 is min number of cluster",
|
|
|
|
| 27 |
"_param4_dsp": "param 4 is standby threshold (percentage)",
|
| 28 |
"Is_save_model": true,
|
| 29 |
"Hierarchical_vib_params": [
|
| 30 |
+
0.2,
|
| 31 |
+
4,
|
| 32 |
+
10,
|
| 33 |
+
0.5
|
|
|
|
|
|
|
| 34 |
],
|
| 35 |
"_Hierarchical_vib_params_dsp": "For vibration, the format is same",
|
| 36 |
"L1_models_name": "L1_models.pkl"
|