public abstract class SmoothingCurveStretchParams
extends java.lang.Object
Constructor and Description |
---|
SmoothingCurveStretchParams(java.lang.String strSmootheningQuantificationMetric,
SegmentCustomBuilderControl scbc,
int iCalibrationDetail,
StretchBestFitResponse sbfr,
StretchBestFitResponse sbfrSensitivity)
SmoothingCurveStretchParams constructor
|
Modifier and Type | Method and Description |
---|---|
StretchBestFitResponse |
bestFitWeightedResponse()
Retrieve the Best Fit Weighted Response
|
StretchBestFitResponse |
bestFitWeightedResponseSensitivity()
Retrieve the Best Fit Weighted Response Sensitivity
|
int |
calibrationDetail()
Retrieve the Calibration Detail
|
SegmentCustomBuilderControl |
segmentBuilderControl()
Retrieve the Segment Builder Parameters
|
java.lang.String |
smootheningQuantificationMetric()
Retrieve the Curve Smoothening Quantification Metric
|
public SmoothingCurveStretchParams(java.lang.String strSmootheningQuantificationMetric, SegmentCustomBuilderControl scbc, int iCalibrationDetail, StretchBestFitResponse sbfr, StretchBestFitResponse sbfrSensitivity) throws java.lang.Exception
strSmootheningQuantificationMetric
- Curve Smoothening Quantification Metricscbc
- Segment Builder ParametersiCalibrationDetail
- The Calibration Detailsbfr
- Stretch Fitness Weighted ResponsesbfrSensitivity
- Stretch Fitness Weighted Response Sensitivityjava.lang.Exception
- Thrown if the inputs are invalidpublic java.lang.String smootheningQuantificationMetric()
public int calibrationDetail()
public SegmentCustomBuilderControl segmentBuilderControl()
public StretchBestFitResponse bestFitWeightedResponse()
public StretchBestFitResponse bestFitWeightedResponseSensitivity()