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

List of all members

Input class for the Coordinate descent algorithm More...

Class Declaration

class DAAL_EXPORT Input : public optimization_solver::iterative_solver::Input
{
private:
typedef optimization_solver::iterative_solver::Input super;
public:
Input();
Input(const Input& other);
using super::set;
using super::get;
virtual services::Status check(const daal::algorithms::Parameter *par, int method) const DAAL_C11_OVERRIDE;
};

Member Function Documentation

virtual services::Status check ( const daal::algorithms::Parameter *  par,
int  method 
) const
virtual

Checks the correctness of the input

Parameters
[in]parPointer to the structure of the algorithm parameters
[in]methodComputation method
Returns
Status of computations

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

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