com.supermap.analyst.spatialstatistics
类 BShadeEstimationResult

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

public class BShadeEstimationResult
extends java.lang.Object

BShade估计结果。


构造方法摘要
BShadeEstimationResult()
           
 
方法摘要
 double getEstimatedVariance()
          估计方差。
 DatasetVector getResultDataset()
          返回BShade估计结果数据集。
 double[] getWeights()
          返回权重数组。
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BShadeEstimationResult

public BShadeEstimationResult()
方法详细信息

getResultDataset

public DatasetVector getResultDataset()
返回BShade估计结果数据集。

返回:
结果数据集。

getEstimatedVariance

public double getEstimatedVariance()
估计方差。

返回:
估计方差。

getWeights

public double[] getWeights()
返回权重数组。

返回:
权重数组。