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

References | Namespaces | Classes | Enumerations
Cosine Distance Matrix

Contains classes for computing the cosine distance. More...

References

 Batch
 

Namespaces

 daal::algorithms::cosine_distance
 Contains classes for computing the cosine distance.
 
 daal::algorithms::cosine_distance::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

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

Enumerations

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

Enumeration Type Documentation

enum InputId

Available identifiers of input objects for the cosine distance algorithm

Enumerator
data 

Input data table

enum Method

Available methods for computing the cosine distance

Enumerator
defaultDense 

Default: performance-oriented method.

enum ResultId

Available identifiers of results for the cosine distance algorithm

Enumerator
cosineDistance 

Table to store the result.

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