com.supermap.analyst.spatialstatistics
类 AnalyzingPatternsResult

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

public class AnalyzingPatternsResult
extends java.lang.Object

分析模式结果类。该类用于获取分析模式计算的结果,包括结果指数、期望、方差、Z得分和P值等。


方法摘要
 double getExpectation()
          返回分析模式结果中的期望值。
 double getIndex()
          返回分析模式结果中的莫兰指数或GeneralG指数。
 double getPValue()
          返回分析模式结果中的P值。
 double getVariance()
          返回分析模式结果中的方差值。
 double getZScore()
          返回分析模式结果中的Z得分。
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getIndex

public double getIndex()
返回分析模式结果中的莫兰指数或GeneralG指数。

返回:
分析模式结果中的莫兰指数或GeneralG指数。

getExpectation

public double getExpectation()
返回分析模式结果中的期望值。

返回:
分析模式结果中的期望值。

getVariance

public double getVariance()
返回分析模式结果中的方差值。

返回:
分析模式结果中的方差值。

getZScore

public double getZScore()
返回分析模式结果中的Z得分。

返回:
分析模式结果中的Z得分。

getPValue

public double getPValue()
返回分析模式结果中的P值。

返回:
分析模式结果中的P值。