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

References | Namespaces | Classes | Enumerations
Logistic loss Algorithm

Contains classes for computing the Logistic loss objective function. More...

References

 Batch
 

Namespaces

 daal::algorithms::optimization_solver::logistic_loss
 Contains classes for computing the Logistic loss objective function.
 
 daal::algorithms::optimization_solver::logistic_loss::interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 
 daal::algorithms::optimization_solver::logistic_loss::interface2
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

struct  Parameter
 Parameter for Logistic loss objective function More...
 
class  Input
 Input objects for the Logistic loss objective function More...
 

Enumerations

enum  InputId { argument = (int)sum_of_functions::argument, data, dependentVariables }
 
enum  Method { defaultDense = 0 }
 

Enumeration Type Documentation

enum InputId

Available identifiers of input objects of the Logistic loss objective function

Enumerator
argument 

Numeric table of size 1 x p with input argument of the objective function

data 

Numeric table of size n x p with data

dependentVariables 

Numeric table of size n x 1 with dependent variables

enum Method

Available methods for computing results of Logistic loss objective function

Enumerator
defaultDense 

Default: performance-oriented method.

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