com.supermap.analyst.spatialstatistics
类 KernelType

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

public class KernelType
extends java.lang.Object

该枚举定义了地理加权回归分析带宽类型常量。

另请参见:
GWRParameter

字段摘要
static KernelType ADAPTIVE
          可变型带宽。
static KernelType FIXED
          固定型带宽。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

FIXED

public static final KernelType FIXED
固定型带宽。

针对每个回归分析点,使用一个固定的值作为带宽范围。


ADAPTIVE

public static final KernelType ADAPTIVE
可变型带宽。

针对每个回归分析点,使用回归点与第K个最近相邻点之间的距离作为带宽范围。其中,K为相邻数目。