com.supermap.analyst.spatialstatistics
类 BandWidthType

java.lang.Object
  继承者 com.supermap.analyst.spatialstatistics.BandWidthType

public class BandWidthType
extends java.lang.Object

该枚举定义了地理加权回归分析带宽确定方式常量。

另请参见:
GWRParameter

字段摘要
static BandWidthType AICC
          使用" Akaike 信息准则(AICc)"确定带宽范围。
static BandWidthType BANDWIDTH
          根据给定的固定距离或固定相邻数确定带宽范围。
static BandWidthType CV
          使用"交叉验证"确定带宽范围。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

AICC

public static final BandWidthType AICC
使用" Akaike 信息准则(AICc)"确定带宽范围。


CV

public static final BandWidthType CV
使用"交叉验证"确定带宽范围。


BANDWIDTH

public static final BandWidthType BANDWIDTH
根据给定的固定距离或固定相邻数确定带宽范围。