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

References | Namespaces | Classes | Enumerations

Contains classes for computing the logistic function. More...

References

 Batch
 

Namespaces

 daal::algorithms::math::logistic
 Contains classes for computing the logistic function.
 
 daal::algorithms::math::logistic::interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

class  Input
 Input objects for the logistic function More...
 
class  Result
 Results obtained with the compute() method of the logistic function in the batch processing mode. More...
 

Enumerations

enum  Method { defaultDense = 0 }
 
enum  InputId { data }
 
enum  ResultId { value }
 

Enumeration Type Documentation

enum InputId

Available identifiers of input objects for the logistic function

Enumerator
data 

Input data table

enum Method

Computation methods for computing the logistic function

Enumerator
defaultDense 

Default: performance-oriented method.

enum ResultId

Available identifiers of the result of the logistic function

Enumerator
value 

Table to store the result.

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