Hello,
I am trying to train my hog algorithm and I have one problem. In svm_common.h file I have some ambiguity.
typedef struct word {
FNUM wnum; /* word number */
FVAL weight; /* word weight */
} WORD;
typedef struct svector {
WORD *words; /* Visual Studio 2012 says that WORD is ambiguous */
Where is the problem?