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

List of all members
DistributedInput< step2Master > Class Template Reference

Input object for linear regression model-based training in the second step of the distributed processing mode More...

Class Declaration

template<>
class daal::algorithms::linear_regression::training::interface1::DistributedInput< step2Master >

Member Function Documentation

void add ( Step2MasterInputId  id,
const PartialResultPtr &  partialResult 
)

Adds an input object for linear regression model-based training in the second step of the distributed processing mode

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

Checks an input object for linear regression model-based training in the second step of the distributed processing mode

Returns
Status of computations
data_management::DataCollectionPtr get ( Step2MasterInputId  id) const

Gets an input object for linear regression model-based training in the second step of the distributed processing mode

Parameters
[in]idIdentifier of the input object
Returns
Input object that corresponds to the given identifier
size_t getNumberOfDependentVariables ( ) const
virtual

Returns the number of dependent variables

Returns
Number of dependent variables

Implements InputIface.

size_t getNumberOfFeatures ( ) const
virtual

Returns the number of columns in the input data set

Returns
Number of columns in the input data set

Implements InputIface.

void set ( Step2MasterInputId  id,
const data_management::DataCollectionPtr &  ptr 
)

Sets an input object for linear regression model-based training in the second step of the distributed processing mode

Parameters
[in]idIdentifier of the input object
[in]ptrInput object

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

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