重构DBN模型
This commit is contained in:
@@ -143,19 +143,19 @@ node_states:
|
||||
accum_rain: [trace, light, moderate, heavy, extreme]
|
||||
|
||||
# 环境层(离散字段状态名与数据库编码一一对应,连续字段用分位数分箱)
|
||||
# 基于1201个样本的实际数据分布,2026-06-06更新
|
||||
# 基于1365个样本的实际数据分布,2026-06-11更新
|
||||
elevation: [very_low, low, medium, high, very_high]
|
||||
slope: [very_low, low, medium, high, very_high]
|
||||
aspect: [flat, north, east, south, west]
|
||||
soil_type: [ultisol, entisol, fluvo_aquic, yellow_brown]
|
||||
lithology: [acid_rock, basic_rock, carbonate, metamorphic, mixed_clastic, terrigenous, unconsolidated]
|
||||
soil_type: [brown_soil, yellow_brown, cinnamon, black_lu, alluvial, aeolian, unknown]
|
||||
lithology: [acid_rock, basic_rock, carbonate, metamorphic, mixed_clastic, terrigenous, unconsolidated, unknown]
|
||||
landuse: [forest, farmland, urban, water, barren]
|
||||
terrain: [mountain, plain, deep_valley, hill, gentle_hill, low_mountain, flat_plain]
|
||||
terrain: [mountain, plain, deep_valley, hill, gentle_hill, low_mountain, flat_plain, unknown]
|
||||
impervious: [none, very_low, low, medium, high]
|
||||
ndvi: [very_low, low, medium, high, very_high]
|
||||
sand_content: [very_low, low, medium, high, very_high]
|
||||
ph: [very_low, low, medium, high, very_high]
|
||||
soil_moisture: [very_low, low, medium, high]
|
||||
soil_moisture: [very_low, low, medium, high, very_high]
|
||||
organic_carbon: [very_low, low, medium, high, very_high]
|
||||
dist_to_river: [very_close, close, moderate, far, very_far]
|
||||
dist_to_fault: [very_close, close, moderate, far, very_far]
|
||||
|
||||
Reference in New Issue
Block a user