Struct RatingConfiguration
Defines how a condition's match rating will be evaluated
Syntax
public struct RatingConfiguration
Constructors
RatingConfiguration(Single, Single)
Declaration
public RatingConfiguration(float deadZone, float center = 0.5F)
Parameters
Fields
center
Defines the point in the 0-1 range which will receive the highest possible match rating
Declaration
public readonly float center
Field Value
deadZone
Defines a portion of the range around the center, inside which the data is considered a perfect match
Declaration
public readonly float deadZone
Field Value
MaxDeadZone
Declaration
public const float MaxDeadZone = 0.99F
Field Value
MaximumCenter
Declaration
public const float MaximumCenter = 0.999F
Field Value
MinimumCenter
Declaration
public const float MinimumCenter = 0.001F
Field Value