C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Distributed< step, algorithmFPType, method > Class Template Reference

Computes the results of the DBSCAN algorithm in the distributed processing mode. More...

Class Declaration

template<ComputeStep step, typename algorithmFPType = DAAL_ALGORITHM_FP_TYPE, Method method = defaultDense>
class daal::algorithms::dbscan::interface1::Distributed< step, algorithmFPType, method >

Template Parameters
algorithmFPTypeData type to use in intermediate computations of DBSCAN, double or float
methodComputation method of the algorithm, Method
Enumerations
  • Method Computation methods for the DBSCAN algorithm
  • InputId Identifiers of input objects for the DBSCAN algorithm
  • ResultId Identifiers of results of the DBSCAN algorithm
References

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

For more complete information about compiler optimizations, see our Optimization Notice.