com.supermap.analyst.spatialstatistics
类 InteractionDetectorResult

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

public class InteractionDetectorResult
extends java.lang.Object

交互作用探测器分析结果类。该类用于获取对数据进行交互作用探测器得到的分析结果,以属性表的形式存放至结果数据源中,包括不同解释变量之间交互作用的描述、以及分析结果矩阵(请参阅 InteractionDetectorValue 类)。

该探测器用于识别不同解释变量之间的交互作用,评估两因子共同作用时是否会增加或减弱对因变量的解释力,或这些因子对其影响是相互独立的?


方法摘要
 void dispose()
          释放对象所占用的资源。
 java.lang.String[] getInteractionDescriptions()
          返回交互作用探测器结果描述。
 InteractionDetectorValue[] getInteractionDetectorValues()
          返回交互作用探测器分析结果值。
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getInteractionDescriptions

public java.lang.String[] getInteractionDescriptions()
返回交互作用探测器结果描述。

评估不同解释变量共同作用时对因变量的解释力。两个解释变量对因变量交互作用的类型包括:

(1)Weaken,nonlinear:非线性减弱。

(2)Weaken,uni-:单因子非线性减弱。

(3)Enhance,bi-:双因子增强。

(4)Independent:独立。

(5)Enhance,nonlinear:非线性增强。

返回:
交互作用探测器结果描述。

getInteractionDetectorValues

public InteractionDetectorValue[] getInteractionDetectorValues()
返回交互作用探测器分析结果值。

返回:
交互作用探测器分析结果值。

dispose

public void dispose()
释放对象所占用的资源。调用该方法之后,此对象不再可用。