SNMExplorer
A new way to discover clusters and patterns in your data — the algorithm finds natural groupings automatically, so you don't have to guess how many groups to look for. Drop a CSV (or use the demo data) and click ▶ Run Analysis to start.
How does it work?
SNM (Scientific Numerical Model) uses a Lie-algebra-based eigenanalysis on a graph Laplacian to detect cluster structure: z-score columns → Euclidean distance matrix → negative column-sums on the diagonal → eigendecomposition. The most-negative eigenvalues mark the strongest cluster patterns; eigenvector weights tell you which items belong to each cluster. Algorithm by Dr. Joseph E. Johnson, Distinguished Professor Emeritus, USC Physics.