boonnano 1
C++ library giving usage access to the Boon Logic Nano technology
 
Loading...
Searching...
No Matches

◆ ClusterData() [2/9]

void CBoonNano::ClusterData ( float * PatternBuffer,
uint32_t NumPatterns,
int * ResultBuffer,
CClusterStats * AdvancedAnalyticsBuffer = nullptr )

Clusters an array of patterns comprised of floats

Parameters
PatternBufferBuffer where 2 or more patterns are stored contiguously
NumPatternsThe number of patterns found in PatternBuffer
ResultBufferBuffer of length NumPatterns where array element ResultBuffer[i] will get the cluster ID assigned to pattern i in PatternBuffer
AdvancedAnalyticsBufferIf non null, will be populated by the cluster statistics analytics for each cluster ID returned in the ResultBuffer