Interface | Description |
---|---|
Parameter<T> |
Encapsulates the usage and configuration of a command-line parameter.
|
Parameterized |
A configurable command-line choice, such as an input or algorithm.
|
Class | Description |
---|---|
BooleanParameter | |
ChoiceParameter | |
DoubleParameter | |
IterationConvergence |
Iterative algorithms which converge can be terminated with a maximum number
of iterations or a convergence threshold which stops computation when the
total change in scores is below a given delta.
|
IterationConvergence.Value |
Encapsulate the number of iterations and the convergence threshold.
|
LongParameter | |
ParameterizedBase |
Base class for a
Parameterized which maintains a list of parameters
used to print the command-line usage string and configure parameters. |
SimpleParameter<T> |
A
Parameter with a default value. |
Simplify |
A simple graph has no self-loops (edges where the source and target vertices
are the same) and no duplicate edges.
|
StringParameter | |
Util |
Utility methods for parsing command-line arguments.
|
Enum | Description |
---|---|
Simplify.Ordering |
Whether and how to simplify the graph.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.