- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am working with the DAAL SVM. There is a procedure to get the predicted labels for a test dataset:
PredictionResult predictionResult = algorithm.compute();
NumericTable PredictionResult predictionResult = algorithm.compute();
NumericTable predictionResults = predictionResult.get(PredictionResultId.prediction);
predictionResults is an array of predicted labels.
Is there a way to get the prediction accuracy and the probability of prediction labels (similar to LibSVM or Logistic Regression).
The role of PredictionResultId.prediction is not evident to me. Do we need to extend the PredictionResultId class to get the accuracy and probabilities?
-Hemanth
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Hemanth,
We plan to support probability of labels/prediction accuracy in one of future releases of Intel(R) DAAL. Thanks for asking.
Andrey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page