Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Runs the DBSCAN algorithm in the second step of the distributed processing mode. More...
| DistributedStep2Local | ( | DaalContext | context, |
| DistributedStep2Local | other | ||
| ) |
Constructs the DBSCAN algorithm by copying input objects and parameters of another DBSCAN algorithm
| context | Context to manage the algorithm |
| other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
| DistributedStep2Local | ( | DaalContext | context, |
| Class<?extends Number > | cls, | ||
| Method | method, | ||
| long | blockIndex, | ||
| long | nBlocks | ||
| ) |
Constructs the DBSCAN algorithm
| context | Context to manage the algorithm |
| cls | Data type to use in intermediate computations for the algorithm, Double.class or Float.class |
| method | Computation method of the algorithm, Method |
| blockIndex | Unique identifier of block initially passed for computation on the local node |
| nBlocks | Number of blocks initially passed for computation on all nodes |
| DistributedStep2Local clone | ( | DaalContext | context | ) |
Returns the newly allocated DBSCAN algorithm with a copy of input objects and parameters of this DBSCAN algorithm
| context | Context to manage the algorithm |
| DistributedPartialResultStep2 compute | ( | ) |
Runs the DBSCAN algorithm
| void setPartialResult | ( | DistributedPartialResultStep2 | partialResult | ) |
Registers user-allocated memory to store partial results of the DBSCAN algorithm
| partialResult | Structure to store partial results of the DBSCAN algorithm |
Input data
| Method method |
Computation method for the algorithm
| Parameter parameter |
Parameters of the algorithm
For more complete information about compiler optimizations, see our Optimization Notice.