Skip to content

Commit

Permalink
added parameter map entry to machine class
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Mar 24, 2012
1 parent 39197dd commit e5ce2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/machine/Machine.cpp
Expand Up @@ -31,7 +31,7 @@ CMachine::CMachine() : CSGObject(), m_max_train_time(0), m_labels(NULL),
SG_ADD(&m_store_model_features, "store_model_features",
"Should feature data of model be stored after training?", MS_NOT_AVAILABLE);
SG_ADD(&m_data_locked, "data_locked",
"Indicates whether data is locked", MS_NOT_AVAILABLE);
"Indicates whether data is locked", MS_NOT_AVAILABLE);

m_parameter_map->put(
new SGParamInfo("data_locked", CT_SCALAR, ST_NONE, PT_BOOL, 1),
Expand Down

0 comments on commit e5ce2ef

Please sign in to comment.