Commit 6de8dca1 authored by Davis King's avatar Davis King

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
parent 1a28b587
......@@ -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>
{
......
......@@ -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>
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment