Interface SensitivityResult
- All Superinterfaces:
Displayable
- All Known Subinterfaces:
FirstOrderSensitivity
,SecondOrderSensitivity
,TotalOrderSensitivity
- All Known Implementing Classes:
SobolSensitivityAnalysis.SobolSensitivityResult
Stores the results from
SensitivityAnalysis
.-
Method Summary
Modifier and TypeMethodDescriptionReturns the parameter set associated with this sensitivity analysis.Methods inherited from interface org.moeaframework.util.format.Displayable
display, display
-
Method Details
-
getParameterSet
ParameterSet getParameterSet()Returns the parameter set associated with this sensitivity analysis.- Returns:
- the parameter set
-