Files
SVMClassifier/structsvm__classifier_1_1PredictionResult.html
2025-06-22 11:25:27 +00:00

9.7 KiB

<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> </head>
SVM Classifier C++ 1.0.0
High-performance Support Vector Machine classifier with scikit-learn compatible API
<script type="text/javascript"> /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ var searchBox = new SearchBox("searchBox", "search/",'.html'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */ </script>
Loading...
Searching...
No Matches
svm_classifier::PredictionResult Struct Reference

Prediction result structure. More...

#include <types.hpp>

Public Attributes

std::vector< int > predictions
 Predicted class labels.
 
std::vector< std::vector< double > > probabilities
 Class probabilities (if available)
 
std::vector< std::vector< double > > decision_values
 Decision function values.
 
bool has_probabilities = false
 Whether probabilities are available.
 

Detailed Description

Prediction result structure.

Definition at line 49 of file types.hpp.

Member Data Documentation

◆ decision_values

std::vector<std::vector<double> > svm_classifier::PredictionResult::decision_values

Decision function values.

Definition at line 52 of file types.hpp.

◆ has_probabilities

bool svm_classifier::PredictionResult::has_probabilities = false

Whether probabilities are available.

Definition at line 53 of file types.hpp.

◆ predictions

std::vector<int> svm_classifier::PredictionResult::predictions

Predicted class labels.

Definition at line 50 of file types.hpp.

◆ probabilities

std::vector<std::vector<double> > svm_classifier::PredictionResult::probabilities

Class probabilities (if available)

Definition at line 51 of file types.hpp.


The documentation for this struct was generated from the following file:

Generated on Sun Jun 22 2025 11:25:27 for SVM Classifier C++ by doxygen 1.9.8 </html>