Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Provides methods to access results obtained with the compute() method of the DBSCAN algorithm in the thirteenth step of the distributed processing mode. More...
DistributedResultStep13 | ( | DaalContext | context | ) |
Constructs a result of the DBSCAN algorithm from the context
context | Context to manage the memory in the native part of the result object |
NumericTable get | ( | DistributedResultStep13Id | id | ) |
Returns a result of the DBSCAN algorithm obtained in the thirteenth step of the distributed processing mode
id | Identifier of the input object, DistributedResultStep13Id |
void set | ( | DistributedResultStep13Id | id, |
NumericTable | value | ||
) |
Sets a result of the DBSCAN algorithm obtained in the thirteenth 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.