Interface | Description |
---|---|
ObjectStreamFactory<T> |
Class | Description |
---|---|
AbstractConverterTool<T> |
Base class for format conversion tools.
|
AbstractCrossValidatorTool<T,P> |
Base class for cross validator tools.
|
AbstractEvaluatorTool<T,P> |
Base class for evaluator tools.
|
AbstractTrainerTool<T,P> |
Base class for trainer tools.
|
AbstractTypedParamTool<T,P> |
Base class for tools which take additional parameters.
|
ArgumentParser |
Parser for command line arguments.
|
BasicCmdLineTool |
A simple tool which can be executed from the command line.
|
CLI | |
CmdLineTool |
Base class for all command line tools.
|
CmdLineUtil |
Util class for the command line interface.
|
DetailedFMeasureListener<T> |
This listener will gather detailed information about the sample under evaluation and will
allow detailed FMeasure for each outcome.
|
EvaluationErrorPrinter<T> |
Note: Do not use this class, internal use only!
|
ModelLoader<T> |
Loads a model and does all the error handling for the command line tools.
|
PerformanceMonitor |
The
PerformanceMonitor measures increments to a counter. |
StreamFactoryRegistry |
Registry for object stream factories.
|
SystemInputStreamFactory | |
TypedCmdLineTool<T> |
Base class for tools which support processing of samples of some type T
coming from a stream of a certain format.
|
Exception | Description |
---|---|
TerminateToolException |
Exception to terminate the execution of a command line tool.
|
Annotation Type | Description |
---|---|
ArgumentParser.OptionalParameter | |
ArgumentParser.ParameterDescription |
Copyright © 2015 The Apache Software Foundation. All rights reserved.