|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.geostatisticalanalysttools.CrossValidation
public class CrossValidation
Removes one data location and then predicts the associated data using the data at the rest of the locations. The primary use for this tool is to compare the predicted value to the observed value in order to obtain useful information about some of your model parameters. The Cross Validation tool is contained in the Geostatistical Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CrossValidation()
Creates the Cross Validation tool with defaults. |
|
CrossValidation(Object inGeostatLayer)
Creates the Cross Validation tool with the required parameters. |
Method Summary | |
---|---|
double |
getAverageStandard()
Returns the Average Standard parameter of this tool (Read only). |
int |
getCount()
Returns the Count parameter of this tool (Read only). |
Object |
getInGeostatLayer()
Returns the Input geostatistical layer parameter of this tool . |
double |
getMeanError()
Returns the Mean Error parameter of this tool (Read only). |
double |
getMeanStandardized()
Returns the Mean Standardized parameter of this tool (Read only). |
Object |
getOutFeatureClass()
Returns the Output point feature class parameter of this tool . |
double |
getRootMeanSquare()
Returns the Root Mean Square parameter of this tool (Read only). |
double |
getRootMeanSquareStandardized()
Returns the Root Mean Square Standardized parameter of this tool (Read only). |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
void |
setInGeostatLayer(Object inGeostatLayer)
Sets the Input geostatistical layer parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output point feature class parameter of this tool . |
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
getParameterValues, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CrossValidation()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CrossValidation(Object inGeostatLayer)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inGeostatLayer
- the geostatistical layer to be analyzed.Method Detail |
---|
public Object getInGeostatLayer()
public void setInGeostatLayer(Object inGeostatLayer)
inGeostatLayer
- the geostatistical layer to be analyzed.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- stores the cross validation statistics at each location in the geostatistical layer.public int getCount()
public double getMeanError()
public double getRootMeanSquare()
public double getAverageStandard()
public double getMeanStandardized()
public double getRootMeanSquareStandardized()
public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |