Subset Features (Geostatistical Analyst)

This ArcGIS 3.1 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

Available with Geostatistical Analyst license.

Summary

Divides the original dataset into two parts: one part to be used to model the spatial structure and produce a surface, the other to be used to compare and validate the output surface.

Usage

  • If multipart features are used as input, the output will be a subset of multipart features and not individual features.

  • If you want the random sequence used to create the subsets to be repeatable, you need to specify a nonzero seed value in the Random number generator environment variable.

    Note:

    Only the Mersenne Twister random number generator type is supported; if ACM collected algorithm 599 or Standard C Rand is chosen, Mersenne Twister will be used instead.

  • The test feature class is often used in validation of a model created using the training feature class.

Parameters

LabelExplanationData Type
Input features

Points, lines, polygon features, or table from which to create a subset.

Table View
Output training feature class

The subset of training features to be created.

Feature Class; Table
Output test feature class
(Optional)

The subset of test features to be created.

Feature Class; Table
Size of training feature subset
(Optional)

The size of the output training feature class, entered either as a percentage of the input features or as an absolute number of features.

Double
Subset size units
(Optional)

Type of subset size.

  • Percentage of input The percentage of the input features that will be in the training dataset.
  • Absolute value The number of features that will be in the training dataset.
Boolean

Licensing information

  • Basic: Requires Geostatistical Analyst
  • Standard: Requires Geostatistical Analyst
  • Advanced: Requires Geostatistical Analyst

Related topics