StateStats Members
Include Protected Members
Include Inherited Members
Represents the statistics for a single attribute state.
The StateStats type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from ValueType.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from ValueType.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
AdjustedProbability | Represents the adjusted probability for the attribute state. | |
Probability | Represents the probability for the attribute state. | |
ProbabilityVariance | Represents the probability variance for the attribute state. | |
Support | Represents the support for the attribute state. | |
Value | Represents the value for the attribute state. | |
Variance | Represents the variance for the attribute state. |
Top