Package | Description |
---|---|
org.apache.flink.graph.drivers.parameter |
Modifier and Type | Class and Description |
---|---|
class |
BooleanParameter
|
class |
ChoiceParameter
|
class |
DoubleParameter
|
class |
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.
|
class |
LongParameter
|
class |
SimpleParameter<T>
A
Parameter with a default value. |
class |
Simplify
A simple graph has no self-loops (edges where the source and target vertices
are the same) and no duplicate edges.
|
class |
StringParameter
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterizedBase.addParameter(Parameter<?> parameter)
Adds a parameter to the list.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.