Update parm_dict.json
Browse files- parm_dict.json +61 -61
parm_dict.json
CHANGED
|
@@ -1,62 +1,62 @@
|
|
| 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 |
-
1
|
| 24 |
-
],
|
| 25 |
-
"_param1_dsp": "param 1 is factor ,the stable indicattor (less than value)(difference from the reverse previous 2 level)",
|
| 26 |
-
"_param2_dsp": "param 2 is min number of cluster",
|
| 27 |
-
"_param3_dsp": "param 3 is max number of cluster",
|
| 28 |
-
"_param4_dsp": "param 4 is standby threshold (percentage)",
|
| 29 |
-
"Is_save_model": true,
|
| 30 |
-
"Hierarchical_vib_params": [
|
| 31 |
-
0.2,
|
| 32 |
-
4,
|
| 33 |
-
10,
|
| 34 |
-
0.5
|
| 35 |
-
],
|
| 36 |
-
"_Hierarchical_vib_params_dsp": "For vibration, the format is same",
|
| 37 |
-
"L1_models_name": "L1_models.pkl"
|
| 38 |
-
},
|
| 39 |
-
"L2": {
|
| 40 |
-
"strategy": "consensus",
|
| 41 |
-
"_strategy_dsp": "options: consensus, feature_fusion, meta_clustering, multi_view_cluster",
|
| 42 |
-
"Is_save_model": true,
|
| 43 |
-
"consensus_model": "GMM",
|
| 44 |
-
"_consensus_model_dsp": "model using on each type of sensor clusting: KMeans, GMM",
|
| 45 |
-
"result_type": "prob",
|
| 46 |
-
"_result_type_dsp": "The input the consensus matrix is each submodel result: prob (probability), one-hot",
|
| 47 |
-
"feature_fusion_pca_factor": 0.95,
|
| 48 |
-
"_feature_fusion_pca_factor_dsp": "how much the PCA catch of the variance\uff0cfor feature_fusion, meta_clustering, multi_view_cluster",
|
| 49 |
-
"feature_fusion_model": "GMM",
|
| 50 |
-
"meta_clustering_model": "GMM",
|
| 51 |
-
"number_class": 0,
|
| 52 |
-
"_number_class_dsp": "The spicify cluster number of each type of sensor. 0 mean search optimal number base on certain score",
|
| 53 |
-
"min_class": 3,
|
| 54 |
-
"_min_class_dsp": "minimum cluster number for search optimal option",
|
| 55 |
-
"max_class": 7,
|
| 56 |
-
"_max_class_dsp": "maximum cluster number (not include) for search optimal option",
|
| 57 |
-
"stable_indicator": 0.3,
|
| 58 |
-
"_stable_indicator_dsp": "when change less than the value, consider it's stable",
|
| 59 |
-
"covariance_type": "diag",
|
| 60 |
-
"_covariance_type_dsp": "GMM parameter, effect on model size"
|
| 61 |
-
}
|
| 62 |
}
|
|
|
|
| 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,BB3",
|
| 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 |
+
1
|
| 24 |
+
],
|
| 25 |
+
"_param1_dsp": "param 1 is factor ,the stable indicattor (less than value)(difference from the reverse previous 2 level)",
|
| 26 |
+
"_param2_dsp": "param 2 is min number of cluster",
|
| 27 |
+
"_param3_dsp": "param 3 is max number of cluster",
|
| 28 |
+
"_param4_dsp": "param 4 is standby threshold (percentage)",
|
| 29 |
+
"Is_save_model": true,
|
| 30 |
+
"Hierarchical_vib_params": [
|
| 31 |
+
0.2,
|
| 32 |
+
4,
|
| 33 |
+
10,
|
| 34 |
+
0.5
|
| 35 |
+
],
|
| 36 |
+
"_Hierarchical_vib_params_dsp": "For vibration, the format is same",
|
| 37 |
+
"L1_models_name": "L1_models.pkl"
|
| 38 |
+
},
|
| 39 |
+
"L2": {
|
| 40 |
+
"strategy": "consensus",
|
| 41 |
+
"_strategy_dsp": "options: consensus, feature_fusion, meta_clustering, multi_view_cluster",
|
| 42 |
+
"Is_save_model": true,
|
| 43 |
+
"consensus_model": "GMM",
|
| 44 |
+
"_consensus_model_dsp": "model using on each type of sensor clusting: KMeans, GMM",
|
| 45 |
+
"result_type": "prob",
|
| 46 |
+
"_result_type_dsp": "The input the consensus matrix is each submodel result: prob (probability), one-hot",
|
| 47 |
+
"feature_fusion_pca_factor": 0.95,
|
| 48 |
+
"_feature_fusion_pca_factor_dsp": "how much the PCA catch of the variance\uff0cfor feature_fusion, meta_clustering, multi_view_cluster",
|
| 49 |
+
"feature_fusion_model": "GMM",
|
| 50 |
+
"meta_clustering_model": "GMM",
|
| 51 |
+
"number_class": 0,
|
| 52 |
+
"_number_class_dsp": "The spicify cluster number of each type of sensor. 0 mean search optimal number base on certain score",
|
| 53 |
+
"min_class": 3,
|
| 54 |
+
"_min_class_dsp": "minimum cluster number for search optimal option",
|
| 55 |
+
"max_class": 7,
|
| 56 |
+
"_max_class_dsp": "maximum cluster number (not include) for search optimal option",
|
| 57 |
+
"stable_indicator": 0.3,
|
| 58 |
+
"_stable_indicator_dsp": "when change less than the value, consider it's stable",
|
| 59 |
+
"covariance_type": "diag",
|
| 60 |
+
"_covariance_type_dsp": "GMM parameter, effect on model size"
|
| 61 |
+
}
|
| 62 |
}
|