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

◆ ClusterData() [1/9]

int CBoonNano::ClusterData ( float * Pattern,
CClusterStats * AdvancedAnalytics = nullptr )

Clusters a single pattern of floats

Parameters
PatternSingle row/vector of data to be clustered
AdvancedAnalyticsIf non null, will populate with the cluster statistics for the cluster the pattern is assigned to
Returns
cluster ID
Examples
base-example.cpp, full-example.cpp, and results.cpp.