C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
DistributedInput< step8Local > Class Template Reference

Input objects for the DBSCAN algorithm in the eighth step of the distributed processing mode More...

Class Declaration

template<>
class daal::algorithms::dbscan::interface1::DistributedInput< step8Local >

Constructor & Destructor Documentation

Default constructor

DistributedInput ( const DistributedInput< step8Local > &  other)
inline

Copy constructor

Member Function Documentation

void add ( Step8LocalCollectionInputId  id,
const data_management::NumericTablePtr &  ptr 
)

Adds an input object for the DBSCAN algorithm

Parameters
[in]idIdentifier of the input object
[in]ptrPointer to the new input object value
services::Status check ( const daal::algorithms::Parameter *  parameter,
int  method 
) const

Checks the parameters and input objects for the DBSCAN algorithm in the eighth step of the distributed processing mode

Parameters
[in]parameterParameter of the algorithm
[in]methodComputation method of the algorithm
data_management::NumericTablePtr get ( Step8LocalNumericTableInputId  id) const

Returns an input object for the DBSCAN algorithm

Parameters
[in]idIdentifier of the input object
Returns
Input object that corresponds to the given identifier
data_management::DataCollectionPtr get ( Step8LocalCollectionInputId  id) const

Returns an input object for the DBSCAN algorithm

Parameters
[in]idIdentifier of the input object
Returns
Input object that corresponds to the given identifier
void set ( Step8LocalNumericTableInputId  id,
const data_management::NumericTablePtr &  ptr 
)

Sets an input object for the DBSCAN algorithm

Parameters
[in]idIdentifier of the input object
[in]ptrPointer to the new input object value
void set ( Step8LocalCollectionInputId  id,
const data_management::DataCollectionPtr &  ptr 
)

Sets an input object for the DBSCAN algorithm

Parameters
[in]idIdentifier of the input object
[in]ptrPointer to the new input object value

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.