Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Provides methods to access partial results obtained with the compute() method of the DBSCAN algorithm in the eleventh step of the distributed processing mode. More...
| DistributedPartialResultStep11 | ( | DaalContext | context | ) |
Constructs a partial result of the DBSCAN algorithm from the context
| context | Context to manage the memory in the native part of the partial result object |
Returns a partial result of the DBSCAN algorithm obtained in the eleventh step of the distributed processing mode
| id | Identifier of the input object, DistributedPartialResultStep11NumericTableId |
Returns a partial result of the DBSCAN algorithm obtained in the eleventh step of the distributed processing mode
| id | Identifier of the input object, DistributedPartialResultStep11CollectionId |
| void set | ( | DistributedPartialResultStep11NumericTableId | id, |
| NumericTable | value | ||
| ) |
Sets a partial result of the DBSCAN algorithm obtained in the eleventh step of the distributed processing mode
| id | Identifier of the input object |
| value | Value of the input object |
| void set | ( | DistributedPartialResultStep11CollectionId | id, |
| DataCollection | value | ||
| ) |
Sets a partial result of the DBSCAN algorithm obtained in the eleventh step of the distributed processing mode
| id | Identifier of the input object |
| value | Value of the input object |
For more complete information about compiler optimizations, see our Optimization Notice.