Functions | |
| def | read_ext_conf (ext_file) |
| def | combine_ext_conf_parameters (slppostypes, extconf_dict, combinedconf) |
| def | read_inf_conf (ext_file) |
| def | combine_inf_conf_parameters (slppostypes, infconf_dict, combinedconf) |
| def | main () |
Combine parameter results for text files for further analysis.
@author : Liangjun Zhu
@changelog:
- 15-03-20 - lj - initial implementation.
- 17-07-30 - lj - reorganize and incorporate with pygeoc.
| def seims.preprocess.autofuzslppos.ParasComb.combine_ext_conf_parameters | ( | slppostypes, | |
| extconf_dict, | |||
| combinedconf | |||
| ) |
Combine extraction configuration parameters to a single file.
| def seims.preprocess.autofuzslppos.ParasComb.combine_inf_conf_parameters | ( | slppostypes, | |
| infconf_dict, | |||
| combinedconf | |||
| ) |
Combine fuzzy inference configuration parameters to a single file.
| def seims.preprocess.autofuzslppos.ParasComb.main | ( | ) |
TEST CODE.
| def seims.preprocess.autofuzslppos.ParasComb.read_ext_conf | ( | ext_file | ) |
Read extract typical location configuration file.
| def seims.preprocess.autofuzslppos.ParasComb.read_inf_conf | ( | ext_file | ) |
Read fuzzy inference configuration file.