An overview of the Analyze Patterns toolset

The Analyze Patterns toolset contains tools that identify, quantify, and visualize spatial patterns in feature data.

This toolset uses distributed processing to complete analytics on your GeoAnalytics Server.

Note:

These tools are available when you have an active ArcGIS Enterprise portal that has a GeoAnalytics Server configured for the Feature Analysis - GeoAnalytics Tools setting. To access and run the tools, you must have spatial analysis privileges. The tools will not work if your active portal is ArcGIS Online.

These tools can be accessed from either the Analysis ribbon or the Geoprocessing pane's Portal tab.

Learn more about portal tools

ToolDescription

Calculate Density

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

Create Space Time Cube

Summarizes a set of points into a netCDF data structure by aggregating them into space-time bins. Within each bin, the points are counted, and specified attributes are aggregated. For all bin locations, the trend for counts and summary field values are evaluated.

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 the random forest algorithm, which is a supervised machine learning method developed by Leo Breiman and Adele Cutler. 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.

Geographically Weighted Regression

Performs Geographically Weighted Regression (GWR), which is a local form of linear regression that is used to model spatially varying relationships.

Related topics