An overview of the Analyze Patterns toolset

The Analyze Patterns toolset contains tools for identifying, quantifying, and visualizing spatial patterns in feature data.

GeoAnalytics Desktop tools provide a parallel processing framework for analysis on a desktop machine using Apache Spark. Through aggregation, regression, detection, and clustering, you can visualize, understand, and interact with big data. These tools work with big datasets and allow you to gain insight into your data through patterns, trends, and anomalies. The tools are integrated and run in ArcGIS Pro in the same way as other desktop geoprocessing tools.

ToolDescription

Calculate Density

Calculates a magnitude-per-unit area from point features that fall within a neighborhood around each cell.

Find Hot Spots

Given a set of features, identifies statistically significant hot spots and cold spots using the Getis-Ord Gi* statistic.

Find Point Clusters

Finds clusters of point features in surrounding noise based on their spatial or spatiotemporal distribution.

Forest-based Classification and Regression

Creates models and generates predictions using an adaptation of Leo Breiman's random forest algorithm, which is a supervised machine learning method. Predictions can be performed for both categorical variables (classification) and continuous variables (regression). Explanatory variables can take the form of fields in the attribute table of the training features. In addition to validation of model performance based on the training data, predictions can be made to features.

Generalized Linear Regression

Performs generalized linear regression (GLR) to generate predictions or to model a dependent variable in terms of its relationship to a set of explanatory variables. This tool can be used to fit continuous (OLS), binary (logistic), and count (Poisson) models.

Related topics