12345678910111213141516171819202122232425262728293031 |
- <text class="regular-text">
- <text class="sub-title">土壤反酸模型使用注意说明</text>
- 感谢您选择使用“广东省生态环境与土壤研究所”研发的反酸模型。该模型基于土壤理化性质和机器学习算法,能够预测土壤反酸后的 pH 值。请注意以下事项:
- <text class="sub-title">1. 数据输入要求</text>
- <text class="sub-title">\n土壤粘粒含量(g/kg)</text>
- <text class="sub-title">\n有机质含量(g/kg)</text>
- <text class="sub-title">\n阳离子交换量(cmol/kg)</text>
- <text class="sub-title">\n水解氮(g/kg)</text>
- <text class="sub-title">\n交换性氢(cmol/kg)</text>
- <text class="sub-title">\n交换性铝(cmol/kg)</text>
- 输入值必须在合理范围内,不应有异常数据,避免影响预测结果的准确性。
- <text class="sub-title">2. 模型进化能力</text>
- <text class="sub-title">\n模型迭代:</text>我们的模型将会随着用户数据量的增加和多样化,逐步迭代进化,提升预测的准确性和泛化能力。
- <text class="sub-title">用户贡献:</text>您提交的真实数据和反馈将为模型的优化和进步提供宝贵的支持。
- </text>
- <view class="container">
- <button class="full-width-button" bindtap="Calculation">反酸模型计算</button>
- <button class="full-width-button" bindtap="Soil_Acidification_Iterative_Evolution">反酸模型迭代可视化</button>
- </view>
- <text class="regular-text">
- <text class="containes">
- <text class="sub-title">3. 技术支持</text>
- 如果在使用过程中遇到问题或对模型预测有疑问,请联系技术支持团队。
- 邮箱:support@example.com
- 单位:广东省生态环境与土壤研究所
- </text>
- </text>
- <nav-tabar selected="{{selected}}"></nav-tabar>
|