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

List of all members
TrainParameter Struct Reference

Parameters for the ridge regression algorithm. More...

Class Declaration

struct DAAL_EXPORT TrainParameter : public Parameter
{
TrainParameter();
services::Status check() const DAAL_C11_OVERRIDE;
data_management::NumericTablePtr ridgeParameters;
};

Member Data Documentation

data_management::NumericTablePtr ridgeParameters

Numeric table that contains values of ridge parameters


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

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