![]() |
TI-radar AWR1843 C674x DSP core
1
|
Structure of clustering output. More...
#include <dss_data_path.h>
Data Fields | |
uint16_t * | IndexArray |
uint16_t | numCluster |
clusteringDBscanReport_t * | report |
Structure of clustering output.
Definition at line 367 of file dss_data_path.h.
uint16_t* clusteringDBscanOutput::IndexArray |
Clustering result index array
Definition at line 369 of file dss_data_path.h.
Referenced by clusteringDBscanRun().
uint16_t clusteringDBscanOutput::numCluster |
number of cluster detected
Definition at line 370 of file dss_data_path.h.
Referenced by clusteringDBscanRun(), and populateOutputs().
clusteringDBscanReport_t* clusteringDBscanOutput::report |
information report for each cluster
Definition at line 371 of file dss_data_path.h.
Referenced by clusteringDBscanRun().