Intel® oneAPI Data Analytics Library
Learn from community members on how to build compute-intensive applications that run efficiently on Intel® architecture.
226 Discussions

Question regarding daal covariance function C++

martin_z
Beginner
1,256 Views

Hello,

I have an array (double*) that represents some timeseries.
I use this array for several computations with the intel MKL library.
After these computations I would like to calculate
a covariance matrix (based on the data in the array) with help of the
DAAL covariance function (covariance::Batch).

If my understanding of the documentation is correct, I need a
Pointer to a NumericTable Object that I would have to pass
to a covariance::Batch object.

I am not sure how I can create a NumericTable Object with
data from an double* array.

Could someone explain this to me in more detail ?
Documentation was not helpful so far to answer these question.

Kind regards

Labels (1)
0 Kudos
1 Solution
ArunJ_Intel
Moderator
1,241 Views

Hi Martin,


Forwarding your case to SME. They will get back to you soon regarding this.



Arun Jose


View solution in original post

0 Kudos
1 Reply
ArunJ_Intel
Moderator
1,242 Views

Hi Martin,


Forwarding your case to SME. They will get back to you soon regarding this.



Arun Jose


0 Kudos
Reply