| Interface | Description |
|---|---|
| Attributed |
Interface for objects with names and attributes.
|
| EvalTask<T> |
An evaluation task.
|
| Class | Description |
|---|---|
| AbstractTask<T> |
Base class to simplify writing
EvalTasks. |
| EvalAntTask |
Wrap an
EvalTask as an Ant Task. |
| EvalConfig |
The class that represents the set of properties passed in to a
Groovy evaluation script.
|
| EvalProject |
An eval "project", the eval script equivalent of an Ant project.
|
| EvalTarget |
Targets in an evaluator project.
|
| ExecutionInfo |
Bean containing information about a data set.
|
| ExecutionInfo.Builder |
Builder for
ExecutionInfo instances. |
| TrainModelTask<T> |
Train a recommender algorithmInfo and process it with a function.
|
| Exception | Description |
|---|---|
| TaskExecutionException |
The exception thrown from the failure of call() in Commmand
|