CategoricalEntailmentTruthValue Property

Gets or sets the eventually partial truth value assigned to this instance.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public double TruthValue { get; set; }

Property Value

Double
A value representing the truth value of this instance.

Remarks

The truth value of a CategoricalEntailment instance may be any real number in the closed interval LaTeX equation, ranging from a completely false to a completely true value, respectively.

Exceptions

ArgumentOutOfRangeExceptionvalue is negative.
-or-
value is greater than unity.

See Also