Implement a new Group Analysis

Description:

This is the developer tutorial for implementing a new group analysis AnalyzeGroup, a group-based graph analysis. In this tutorial, we will explain how to create a new element of AnalyzeGroup in braph2genesis. Here, we use the AnalyzeGroup_ST_WU as an example to show how to implement an AnalyzeGroup for structural data using weighted undirected graphs.

File path:

\ braph2genesis \ pipelines \ structural \ _AnalyzeGroup_ST_WU.gen.m

Code: