A minor usability improvement, I defaulted the feature_vector_type_

to matrix_type.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404234
This commit is contained in:
Davis King 2011-04-29 13:05:50 +00:00
parent 1a28b58705
commit 6de8dca1af
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ namespace dlib
template <
typename matrix_type,
typename feature_vector_type_
typename feature_vector_type_ = matrix_type
>
class structural_svm_problem : public oca_problem<matrix_type>
{

View File

@ -14,7 +14,7 @@ namespace dlib
template <
typename matrix_type,
typename feature_vector_type_
typename feature_vector_type_ = matrix_type
>
class structural_svm_problem : public oca_problem<matrix_type>
{