Runs the DBSCAN algorithm in the ninth step of the distributed processing mode.
More...
Constructs the DBSCAN algorithm by copying input objects and parameters of another DBSCAN algorithm
- Parameters
-
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 |
Constructs the DBSCAN algorithm
- Parameters
-
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 |
Returns the newly allocated DBSCAN algorithm with a copy of input objects and parameters of this DBSCAN algorithm
- Parameters
-
context | Context to manage the algorithm |
- Returns
- The newly allocated algorithm
Runs the DBSCAN algorithm
- Returns
- Partial results of the DBSCAN algorithm
Runs the DBSCAN algorithm
- Returns
- Results of the DBSCAN algorithm
Registers user-allocated memory to store partial results of the DBSCAN algorithm
- Parameters
-
partialResult | Structure to store partial results of the DBSCAN algorithm |
Registers user-allocated memory to store results of the DBSCAN algorithm
- Parameters
-
result | Structure to store results of the DBSCAN algorithm |
Computation method for the algorithm
The documentation for this class was generated from the following file:
- DistributedStep9Master.java