TI-radar AWR1843 C674x DSP core  1
clusteringDBscanInstance Struct Reference

error code for clusteringDBscan. More...

#include <dss_data_path.h>

Collaboration diagram for clusteringDBscanInstance:

Data Fields

float epsilon
 
float weight
 
float vFactor
 
uint16_t minPointsInCluster
 
uint16_t maxClusters
 
uint16_t pointIndex
 
uint16_t maxPoints
 
uint16_t dBScanNeighbourLim
 
uint16_t fixedPointScale
 
char * scratchPad
 
char * visited
 
char * scope
 
uint16_t * neighbors
 
float * distances
 

Detailed Description

error code for clusteringDBscan.

Definition at line 308 of file dss_data_path.h.

Field Documentation

◆ dBScanNeighbourLim

uint16_t clusteringDBscanInstance::dBScanNeighbourLim

Early terminate a search if the number of neighbours exceeds this number

Definition at line 318 of file dss_data_path.h.

Referenced by clusteringDBscanRun().

◆ distances

float* clusteringDBscanInstance::distances

Definition at line 326 of file dss_data_path.h.

◆ epsilon

float clusteringDBscanInstance::epsilon

Definition at line 310 of file dss_data_path.h.

Referenced by clusteringDBscanRun().

◆ fixedPointScale

uint16_t clusteringDBscanInstance::fixedPointScale

Block scale value to convert x-y from floating-point to fixed-point. Should be the same the one used in converting r-theta to x-y, not used for floating-point input

Definition at line 319 of file dss_data_path.h.

Referenced by clusteringDBscanRun().

◆ maxClusters

uint16_t clusteringDBscanInstance::maxClusters

Definition at line 314 of file dss_data_path.h.

Referenced by clusteringDBscanRun(), and populateOutputs().

◆ maxPoints

uint16_t clusteringDBscanInstance::maxPoints

Definition at line 317 of file dss_data_path.h.

◆ minPointsInCluster

uint16_t clusteringDBscanInstance::minPointsInCluster

Definition at line 313 of file dss_data_path.h.

Referenced by clusteringDBscanRun().

◆ neighbors

uint16_t* clusteringDBscanInstance::neighbors

Definition at line 325 of file dss_data_path.h.

Referenced by clusteringDBscanRun().

◆ pointIndex

uint16_t clusteringDBscanInstance::pointIndex

Definition at line 315 of file dss_data_path.h.

◆ scope

char* clusteringDBscanInstance::scope

Definition at line 324 of file dss_data_path.h.

Referenced by clusteringDBscanRun().

◆ scratchPad

char* clusteringDBscanInstance::scratchPad

Definition at line 322 of file dss_data_path.h.

◆ vFactor

float clusteringDBscanInstance::vFactor

Definition at line 312 of file dss_data_path.h.

Referenced by clusteringDBscanRun().

◆ visited

char* clusteringDBscanInstance::visited

Definition at line 323 of file dss_data_path.h.

Referenced by clusteringDBscanRun().

◆ weight

float clusteringDBscanInstance::weight

Definition at line 311 of file dss_data_path.h.

Referenced by clusteringDBscanRun().


The documentation for this struct was generated from the following file: