com.supermap.analyst.spatialstatistics

类 InteractionDetectorValue

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.analyst.spatialstatistics.InteractionDetectorValue
  • 所有已实现的接口:
    IDisposable


    public class InteractionDetectorValue
    extends com.supermap.data.InternalHandleDisposable
    交互作用探测器分析结果值类。该类用于获取对数据进行交互作用探测器得到的分析结果矩阵,包括结果矩阵行列要素(各解释变量名称)、两种解释变量共同作用下的q值。
    • 方法详细资料

      • getVariableRow

        public String getVariableRow()
        返回交互作用探测器分析结果矩阵的行要素,即各解释变量名称。
        返回:
        交互作用探测器分析矩阵的行要素,即各解释变量名称。
      • getVariableCol

        public String getVariableCol()
        返回交互作用探测器分析结果矩阵的列要素,即各解释变量名称。
        返回:
        交互作用探测器分析矩阵的列要素,即各解释变量名称。
      • getInteractionValue

        public double getInteractionValue()
        返回交互作用探测器分析结果矩阵值(两种解释变量共同作用下的q值)。
        返回:
        交互作用探测器分析矩阵值(两种解释变量共同作用下的q值)。
      • dispose

        public void dispose()
      • setIsDisposable

        public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
                                           boolean disposable)

Copyright © 2021–2024 SuperMap. All rights reserved.