Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Input objects for the DBSCAN algorithm in the ninth step of the distributed processing mode More...
void add | ( | Step9MasterCollectionInputId | id, |
NumericTable | val | ||
) |
Adds an input object for the DBSCAN algorithm in the ninth step of the distributed processing mode
id | Identifier of the input object |
val | Value of the input object |
DataCollection get | ( | Step9MasterCollectionInputId | id | ) |
Returns an input object for the DBSCAN algorithm in the ninth step of the distributed processing mode
id | Identifier of the input object |
void set | ( | Step9MasterCollectionInputId | id, |
DataCollection | val | ||
) |
Sets an input object for the DBSCAN algorithm in the ninth step of the distributed processing mode
id | Identifier of the input object |
val | Value of the input object |
For more complete information about compiler optimizations, see our Optimization Notice.