com.supermap.analyst.spatialstatistics
类 InteractionDetectorResult
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.analyst.spatialstatistics.InteractionDetectorResult
-
- 所有已实现的接口:
- IDisposable
public class InteractionDetectorResult extends com.supermap.data.InternalHandleDisposable
交互作用探测器分析结果类。该类用于获取对数据进行交互作用探测器得到的分析结果,以属性表的形式存放至结果数据源中,包括不同解释变量之间交互作用的描述、以及分析结果矩阵(请参阅InteractionDetectorValue
类)。该探测器用于识别不同解释变量之间的交互作用,评估两因子共同作用时是否会增加或减弱对因变量的解释力,或这些因子对其影响是相互独立的?
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
String[]
getInteractionDescriptions()
返回交互作用探测器结果描述。InteractionDetectorValue[]
getInteractionDetectorValues()
返回交互作用探测器分析结果值。static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
-
方法详细资料
-
getInteractionDescriptions
public String[] getInteractionDescriptions()
返回交互作用探测器结果描述。评估不同解释变量共同作用时对因变量的解释力。两个解释变量对因变量交互作用的类型包括:
(1)Weaken,nonlinear:非线性减弱。
(2)Weaken,uni-:单因子非线性减弱。
(3)Enhance,bi-:双因子增强。
(4)Independent:独立。
(5)Enhance,nonlinear:非线性增强。
- 返回:
- 交互作用探测器结果描述。
-
getInteractionDetectorValues
public InteractionDetectorValue[] getInteractionDetectorValues()
返回交互作用探测器分析结果值。- 返回:
- 交互作用探测器分析结果值。
-
dispose
public void dispose()
-
setIsDisposable
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.