public class LocalControlCurveParams extends SmoothingCurveStretchParams
Constructor and Description |
---|
LocalControlCurveParams(java.lang.String strC1GeneratorScheme,
java.lang.String strSmootheningQuantificationMetric,
SegmentCustomBuilderControl scbc,
int iCalibrationDetail,
StretchBestFitResponse sbfr,
StretchBestFitResponse sbfrSensitivity,
boolean bEliminateSpuriousExtrema,
boolean bApplyMonotoneFilter)
LocalControlCurveParams constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
applyMonotoneFilter()
Retrieve the Apply Monotone Filter Flag
|
java.lang.String |
C1GeneratorScheme()
Retrieve the C1 Generator Scheme
|
boolean |
eliminateSpuriousExtrema()
Retrieve the Eliminate Spurious Extrema Flag
|
bestFitWeightedResponse, bestFitWeightedResponseSensitivity, calibrationDetail, defaultSegmentBuilderControl, segmentBuilderControl, setStretchSegmentBuilderControl, smootheningQuantificationMetric
public LocalControlCurveParams(java.lang.String strC1GeneratorScheme, java.lang.String strSmootheningQuantificationMetric, SegmentCustomBuilderControl scbc, int iCalibrationDetail, StretchBestFitResponse sbfr, StretchBestFitResponse sbfrSensitivity, boolean bEliminateSpuriousExtrema, boolean bApplyMonotoneFilter) throws java.lang.Exception
strC1GeneratorScheme
- C1 Generator StretchstrSmootheningQuantificationMetric
- Curve Smoothening Quantification Metricscbc
- Segment Builder ParametersiCalibrationDetail
- The Calibration Detailsbfr
- Curve Fitness Weighted ResponsesbfrSensitivity
- Curve Fitness Weighted Response SensitivitybEliminateSpuriousExtrema
- TRUE - Eliminate Spurious ExtremabApplyMonotoneFilter
- TRUE - Apply Monotone Filterjava.lang.Exception
- Thrown if the Inputs are Invalidpublic boolean applyMonotoneFilter()
public boolean eliminateSpuriousExtrema()
public java.lang.String C1GeneratorScheme()