-
Notifications
You must be signed in to change notification settings - Fork 14
/
SVM_HOG_color_multi.xml
48 lines (48 loc) · 1.25 KB
/
SVM_HOG_color_multi.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0"?>
<opencv_storage>
<my_svm type_id="opencv-ml-svm">
<svm_type>C_SVC</svm_type>
<kernel><type>LINEAR</type></kernel>
<C>1.0000000000000000e-002</C>
<term_criteria><epsilon>1.1920928955078125e-007</epsilon>
<iterations>1000</iterations></term_criteria>
<var_all>3</var_all>
<var_count>3</var_count>
<class_count>3</class_count>
<class_labels type_id="opencv-matrix">
<rows>1</rows>
<cols>3</cols>
<dt>i</dt>
<data>
-1 1 3</data></class_labels>
<sv_total>3</sv_total>
<support_vectors>
<_>
-4.72074151e-002 2.09399536e-001 -1.35646373e-001</_>
<_>
6.03398914e-003 -9.33036860e-003 -6.24903990e-003</_>
<_>
7.82162324e-002 -2.20999300e-001 1.53977841e-001</_></support_vectors>
<decision_functions>
<_>
<sv_count>1</sv_count>
<rho>-2.4318286084074781e+000</rho>
<alpha>
1.</alpha>
<index>
0</index></_>
<_>
<sv_count>1</sv_count>
<rho>-2.1751648591155179e+000</rho>
<alpha>
1.</alpha>
<index>
1</index></_>
<_>
<sv_count>1</sv_count>
<rho>7.3391514858914935e+000</rho>
<alpha>
1.</alpha>
<index>
2</index></_></decision_functions></my_svm>
</opencv_storage>