18 using namespace shogun;
21 :
CMachine(), m_pos_pseudo(1e-10), m_neg_pseudo(1e-10),
22 pos_model(NULL), neg_model(NULL), features(NULL)
25 "pos_pseudo",
"pseudo count for positive class");
27 "neg_pseudo",
"pseudo count for negative class");
30 "pos_model",
"LinearHMM modelling positive class.");
32 "neg_model",
"LinearHMM modelling negative class.");
35 "features",
"String Features.");
54 SG_ERROR(
"Features not of class string type word\n");
81 pos_indizes[pos_idx++]=i;
83 neg_indizes[neg_idx++]=i;
111 SG_ERROR(
"No features specified\n");
116 SG_ERROR(
"Features not of class string type word\n");
132 SG_ERROR(
"model(s) not assigned\n");