C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Parameters for the DBSCAN algorithm. More...
Parameter | ( | ) |
Constructs parameters of the DBSCAN algorithm
Parameter | ( | double | _epsilon, |
size_t | _minObservations | ||
) |
Constructs parameters of the DBSCAN algorithm
[in] | _epsilon | Radius of neighborhood |
[in] | _minObservations | Minimal total weight of observations in neighborhood of core observation |
Constructs parameters of the DBSCAN algorithm by copying another parameters of the DBSCAN algorithm
[in] | other | Parameters of the DBSCAN algorithm |
size_t blockIndex |
Unique identifier of block initially passed for computation on the local node
double epsilon |
Radius of neighborhood
size_t leftBlocks |
Number of blocks that will process observations with value of selected split feature lesser than selected split value
bool memorySavingMode |
If true then use memory saving (but slower) mode
size_t minObservations |
Minimal total weight of observations in neighborhood of core observation
size_t nBlocks |
Number of blocks initially passed for computation on all nodes
DAAL_UINT64 resultsToCompute |
64 bit integer flag that indicates the results to compute
size_t rightBlocks |
Number of blocks that will process observations with value of selected split feature greater than selected split value
For more complete information about compiler optimizations, see our Optimization Notice.