Master |
public class MasterCurveImprovementOptions : MasterCurveCreationOptionsBase, IEquatable<MasterCurveImprovementOptions>
The MasterCurveImprovementOptions type exposes the following members.
Name | Description | |
---|---|---|
MasterCurveImprovementOptions | Initializes a new instance of the MasterCurveImprovementOptions class |
Name | Description | |
---|---|---|
GroupOptions |
Get the options for each group. If there is only one MasterCurveGroupOptionsWithScalarInterpolation, and multiple groups, the options are applied
to each of the groups. Otherwise, the number of group options must match the number of groups. If there is one MasterCurveGroupOptionsWithComplexInterpolation,
two groups are needed.
(Inherited from MasterCurveCreationOptionsBase) | |
MasterCurveGroupOptionsChoice | (Inherited from MasterCurveCreationOptionsBase) | |
NumberOfIterations |
Gets or sets the number of iterations. Must be greater than or equal to 0 (0 means that the curve is interpolated with the provided function, but nothing more).
This number determines how many rounds the master curve is fitted. Increasing this value will in most cases
increase the quality of the fit.
(Overrides MasterCurveCreationOptionsBaseNumberOfIterations) | |
OptimizationMethod |
Determines the method to best fit the data into the master curve.
(Inherited from MasterCurveCreationOptionsBase) | |
RequiredRelativeOverlap |
Gets/sets the required relative overlap. The default value is 0, which means that a curve part only needs to touch the rest of the master curve.
Setting this to a value, for instance to 0.1, means that a curve part needs an overlapping of 10% (of its x-range) with the rest of the master curve.
This value can also be set to negative values. For instance, setting it to -1 means that a curve part could be in 100% distance (of its x-range) to the rest of the master curve.
(Inherited from MasterCurveCreationOptionsBase) | |
ShiftOrder |
Designates the order with which the curves are shifted to the master curve.
(Inherited from MasterCurveCreationOptionsBase) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Name | Description | |
---|---|---|
_numberOfIterations | (Inherited from MasterCurveCreationOptionsBase) | |
_requiredRelativeOverlap | (Inherited from MasterCurveCreationOptionsBase) |