12 #ifdef USE_SWIG_DIRECTORS 20 CDirectorStructuredModel::~CDirectorStructuredModel()
24 int32_t CDirectorStructuredModel::get_dim()
const 26 SG_ERROR(
"Please implemement get_dim() in your target language before use\n")
32 SG_ERROR(
"Please implemement argmax(w,feat_idx,lab_idx,training) in your target language before use\n")
40 SG_ERROR(
"Please implemement get_joint_feature_vector(feat_idx,y) in your target language before use\n")
46 SG_ERROR(
"Please implemement delta_loss(y1,y2) in your target language before use\n")
50 bool CDirectorStructuredModel::check_training_setup()
const 52 SG_ERROR(
"Please implemement check_trainig_setup() in your target language before use\n")
56 void CDirectorStructuredModel::init_primal_opt(
57 float64_t regularization,
66 SG_ERROR(
"Please implemement init_primal_opt(regularization,A,a,B,b,lb,ub,C) in your target language before use\n")
69 void CDirectorStructuredModel::init_training()
71 SG_ERROR(
"Please implemement init_training() in your target language before use\n")
Class CStructuredModel that represents the application specific model and contains most of the applic...
all of classes and functions are contained in the shogun namespace
Base class of the components of StructuredLabels.