|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandOptions | |
---|---|
infer | Provides MLN inference algorithms. |
learn | Provides weight learning in Tuffy. |
util | Miscellaneous utilities. |
Uses of CommandOptions in infer |
---|
Fields in infer declared as CommandOptions | |
---|---|
protected CommandOptions |
Infer.options
Command line options. |
Methods in infer with parameters of type CommandOptions | |
---|---|
void |
Infer.loadMLN(MarkovLogicNetwork mln,
RDB adb,
CommandOptions opt)
Load the rules and data of the MLN program. |
void |
TestPartTradeoff.run(CommandOptions opt)
Deprecated. |
void |
InferMarginal.run(CommandOptions opt)
|
void |
InferMAP.run(CommandOptions opt)
|
void |
InferDual.run(CommandOptions opt)
|
protected void |
Infer.setUp(CommandOptions opt)
Set up MLN inference, including the following steps: 1) loadMLN. |
Uses of CommandOptions in learn |
---|
Methods in learn with parameters of type CommandOptions | |
---|---|
void |
Learner.run(CommandOptions opt)
run the learner |
Uses of CommandOptions in util |
---|
Methods in util that return CommandOptions | |
---|---|
static CommandOptions |
UIMan.parseCommand(java.lang.String[] args)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |