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) |
public String[] getInteractionDescriptions()
评估不同解释变量共同作用时对因变量的解释力。两个解释变量对因变量交互作用的类型包括:
(1)Weaken,nonlinear:非线性减弱。
(2)Weaken,uni-:单因子非线性减弱。
(3)Enhance,bi-:双因子增强。
(4)Independent:独立。
(5)Enhance,nonlinear:非线性增强。
public InteractionDetectorValue[] getInteractionDetectorValues()
public void dispose()
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
Copyright © 2021–2024 SuperMap. All rights reserved.