You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
linfrank edited this page Aug 16, 2012
·
1 revision
Command Line Other Option Tutorial
To specify any parameter using the command line you can use the -other option. The way to do this is specify the property name and what it should be set to. For example, to set history size:
-other learner.historySize=3
or to change the numberOfEpochs variable in the SequenceClassifierLearner:
Basically all one has to do is look in the GUI and see all the property names, and then every time you press the Edit button you need to add the property you are editing to the path. So if you want to edit something in learner you can specify:
-other learner.PROPERTY_NAME
Also here is how to specify a class with the -other option: