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

References | Namespaces | Classes | Enumerations
Correlation Distance Matrix

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

References

 Batch
 

Namespaces

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

Classes

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

Enumerations

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

Enumeration Type Documentation

enum InputId

Available identifiers of input objects for the correlation distance algorithm

Enumerator
data 

Input data table

enum Method

Available methods for computing the correlation distance

Enumerator
defaultDense 

Default: performance-oriented method.

enum ResultId

Available identifiers of results for the correlation distance algorithm

Enumerator
correlationDistance 

Table to store the result.

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