lenskit eval from the lenskit-cli package.@Deprecated public class EvalCLI extends Object
| Constructor and Description |
|---|
EvalCLI(EvalCLIOptions opts)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Deprecated.
Run the evaluator from the command line.
|
protected void |
reportError(Throwable e,
String msg,
Object... args)
Deprecated.
|
void |
run()
Deprecated.
|
public EvalCLI(EvalCLIOptions opts)
public void run()
protected void reportError(@Nullable Throwable e, String msg, Object... args)
public static void main(String[] args)
args - The command line arguments to the evaluator.