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-算法基本参数######
# 算法名称。修改临时工作区生成临时文件的名称,日志名称;
exe_name = LandCover
# 开启调试模式则不删除临时工作区,True:开启调试,False:不开启调试
debug = False
######2-算法处理参数######
# 影像滤波尺寸。取值范围:大于1的奇数,默认值:3
filter_size = 3
#每个类别最大训练样本量
max_tran__num_per_class =100000