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

List of all members
Parameter Struct Reference

Parameters for the binary confusion matrix compute() method. More...

Class Declaration

struct DAAL_EXPORT Parameter : public daal::algorithms::Parameter
{
Parameter(double beta = 1.0);
virtual ~Parameter() {}
double beta;
services::Status check() const DAAL_C11_OVERRIDE;
};

Member Data Documentation

double beta

Parameter of the F-score


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

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