| void CBoonNano::ClusterData | ( | uint16_t * | PatternBuffer, |
| uint32_t | NumPatterns, | ||
| int * | ResultBuffer, | ||
| CClusterStats * | AdvancedAnalyticsBuffer = nullptr ) |
Clusters an array of patterns comprised of int16s
| PatternBuffer | Buffer where 2 or more patterns are stored contiguously |
| NumPatterns | The number of patterns found in PatternBuffer |
| ResultBuffer | Buffer of length NumPatterns where array element ResultBuffer[i] will get the cluster ID assigned to pattern i in PatternBuffer |
| AdvancedAnalyticsBuffer | If non null, will be populated by the cluster statistics analytics for each cluster ID returned in the ResultBuffer |