Class HighPercentileAttribute
java.lang.Object
org.moeaframework.analysis.plot.style.ValueAttribute<Double>
org.moeaframework.analysis.plot.style.HighPercentileAttribute
- All Implemented Interfaces:
PlotAttribute
Defines the high percentile when producing deviation plots.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHighPercentileAttribute
(double highPercentile) Constructs a new attribute defining the high percentile. -
Method Summary
Modifier and TypeMethodDescriptionstatic HighPercentileAttribute
of
(double highPercentile) Returns an attribute defining the high percentile when producing deviation plots.Methods inherited from class org.moeaframework.analysis.plot.style.ValueAttribute
get
-
Field Details
-
DEFAULT_VALUE
The default value.
-
-
Constructor Details
-
HighPercentileAttribute
public HighPercentileAttribute(double highPercentile) Constructs a new attribute defining the high percentile.- Parameters:
highPercentile
- the percentile, a value between50.0
and100.0
-
-
Method Details
-
of
Returns an attribute defining the high percentile when producing deviation plots.- Parameters:
highPercentile
- the percentile, a value between50.0
and100.0
- Returns:
- the resulting attribute
-