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

SVM multi class example

Toyoo
Beginner
1,703 Views

Hello,

I'm learning oneAPI Data Analytic Libraty .

I can't find any multi class SVM  example under  %ONEAPIPATH%/oneAPI/dal/2021.6.0/examples/oneapi/dpc/.

Only two class is supported on dpc?

Where can I find the specifiction difference of dcp svm and cpp svm?

 Thank you.

 

0 Kudos
1 Solution
AthiraM_Intel
Moderator
1,672 Views

Hi,


Thank you for posting in Intel Communities.


Multi class is supported on dpc also. You can create your own sample to run multiclass. You can refer the multiclass sample available under cpp. (%ONEAPIPATH%/oneAPI/dal/2021.6.0/examples/oneapi/cpp/svm)


Please refer the below documentations for more details about the specifications of oneDAL:

https://github.com/oneapi-src/oneDAL

https://docs.oneapi.io/versions/latest/onedal/onedal/algorithms/svm/index.html


Hope this helps. If you have any issue, please let us know.


Thanks






View solution in original post

0 Kudos
4 Replies
AthiraM_Intel
Moderator
1,673 Views

Hi,


Thank you for posting in Intel Communities.


Multi class is supported on dpc also. You can create your own sample to run multiclass. You can refer the multiclass sample available under cpp. (%ONEAPIPATH%/oneAPI/dal/2021.6.0/examples/oneapi/cpp/svm)


Please refer the below documentations for more details about the specifications of oneDAL:

https://github.com/oneapi-src/oneDAL

https://docs.oneapi.io/versions/latest/onedal/onedal/algorithms/svm/index.html


Hope this helps. If you have any issue, please let us know.


Thanks






0 Kudos
AthiraM_Intel
Moderator
1,645 Views

Hi,


We have not heard back from you. Could you please give us an update?



Thanks


0 Kudos
AthiraM_Intel
Moderator
1,587 Views

Hi,


We assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.



Thanks


0 Kudos
Toyoo
Beginner
1,565 Views

I'm sorry for late reply.

Thank you for your information. I'll try to write a multi class SVM code on dcp.

Thank you. 

 

0 Kudos
Reply