初始化基于人工神经网络的元胞自动机。
命名空间:
SuperMap.Analyst.SpatialAnalyst程序集: SuperMap.Analyst.SpatialAnalyst (in SuperMap.Analyst.SpatialAnalyst)
版本: dll
语法
C# |
---|
public bool InitializationAnn( DatasetGrid trainStartCellGrid, DatasetGrid trainEndCellGrid, int[] annTrainValues, DatasetGrid[] spatialVariableGrids, ANNParameter annParameter ) |
参数
- trainStartCellGrid
- Type: SuperMap.Data..::.DatasetGrid
训练起始栅格数据集。
- trainEndCellGrid
- Type: SuperMap.Data..::.DatasetGrid
训练终止栅格数据集。
- annTrainValues
- Type: array<
System..::.Int32
>[]()[]
训练使用的栅格值数组。每一个栅格值代表一个类别,人工神经网络只会训练输入的类别。
- spatialVariableGrids
- Type: array<
SuperMap.Data..::.DatasetGrid
>[]()[]
空间变量栅格数据集。
- annParameter
- Type: SuperMap.Analyst.SpatialAnalyst..::.ANNParameter
人工神经网络训练参数设置。