Go to the documentation of this file.00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 #include <shogun/lib/common.h>
00015 #include <shogun/structure/libbmrm.h>
00016 
00017 #ifndef libppbm_h
00018 #define libppbm_h
00019 
00020 namespace shogun
00021 {
00039     bmrm_return_value_T svm_ppbm_solver(
00040             CStructuredModel *model,
00041             float64_t       *W,
00042             float64_t       TolRel,
00043             float64_t       TolAbs,
00044             float64_t       _lambda,
00045             uint32_t        _BufSize,
00046             bool            cleanICP,
00047             uint32_t        cleanAfter,
00048             float64_t       K,
00049             uint32_t        Tmax,
00050             bool            verbose
00051             );
00052 
00053 }
00054 
00055 #endif