Master |
public abstract class MasterCurveCreationOptionsBase : IImmutable, IEquatable<MasterCurveCreationOptionsBase>
The MasterCurveCreationOptionsBase type exposes the following members.
Name | Description | |
---|---|---|
MasterCurveCreationOptionsBase | Initializes a new instance of the MasterCurveCreationOptionsBase 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. | |
MasterCurveGroupOptionsChoice | ||
NumberOfIterations | Gets or sets the number of iterations. Must be greater than or equal to 1. This number determines how many rounds the master curve is fitted. Increasing this value will in most cases increase the quality of the fit. | |
OptimizationMethod | Determines the method to best fit the data into the master curve. | |
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. | |
ShiftOrder | Designates the order with which the curves are shifted to the master curve. |
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 | ||
_requiredRelativeOverlap |