microproduct-l-sar/soilSalinity-Train_predict/config.ini

21 lines
640 B
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# -*- coding: UTF-8 -*-
# 定义config分组
[config]
######1-算法基本参数######
tar = SSAA
productLevel = 5
split_num = 2
# 算法名称。修改临时工作区生成临时文件的名称,日志名称;
exe_name = SoilSalinity
train_exe_name = SoilSalinityTrain
predict_exe_name = SoilSalinityPredict
# 开启调试模式则不删除临时工作区True:开启调试False:不开启调试
debug = False
features = all
######2-算法处理参数######
pixelspace = 5
######3-算法结果参数######
# 土壤盐碱度产品值范围,超出范围的用最大值或最小值代替
product_value_min = 0
product_value_max = 50