com.supermap.analyst.spatialstatistics

类 FactorDetectorResult

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


    public class FactorDetectorResult
    extends com.supermap.data.InternalHandleDisposable
    因子探测器分析结果类。该类用于获取对数据进行因子探测器得到的分析结果,以属性表的形式存放至结果数据源中,包括包括各解释变量的p值、q值。

    该探测器用于探测因变量的空间分层异质性,以及探测某影响因子多大程度上解释了因变量的空间分异。

    • 方法详细资料

      • getVariable

        public String getVariable()
        返回因子探测器解释变量。
        返回:
        因子探测器解释变量。
      • getQValue

        public double getQValue()
        返回因子探测器分析结果中的q值。

        探测因变量的空间分层异质性,以及探测某影响因子多大程度上解释了因变量的空间分异,用q值度量。如果分层是由该自变量生成的,则q值越大表示两者的空间分布越一致,该自变量对属性的解释力越强,反之则越弱。

        返回:
        因子探测器分析结果中的q值。
      • getPValue

        public double getPValue()
        返回因子探测器分析结果中的p值。

        p值表示所观测到的空间模式呈空间随机性的概率。当p值很小时,代表所观测到的空间模式不太可能产生于随机过程,因此可以拒绝零假设。

        返回:
        因子探测器分析结果中的p值。
      • dispose

        public void dispose()
      • setIsDisposable

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

Copyright © 2021–2024 SuperMap. All rights reserved.