ESRI.ArcGIS.GeostatisticalAnalystTools
ridge Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.GeostatisticalAnalystTools Namespace > KernelInterpolationWithBarriers Class : ridge Property




Used for the numerical stabilization of the solution of the system of linear equations. It does not influence predictions in the case of regularly distributed data without barriers. Predictions for areas in which the data are located near the feature barrier or isolated by the barriers can be unstable and tend to require relatively large ridge parameter values. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property ridge As Double
Visual Basic (Usage)Copy Code
Dim instance As KernelInterpolationWithBarriers
Dim value As Double
 
instance.ridge = value
 
value = instance.ridge
C# 
public double ridge {get; set;}

See Also

© 2010 All Rights Reserved.