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
Public method Equals(Object) (Inherited from ValueType.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from ValueType.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from ValueType.)

Top

Fields

  Name Description
Public field AdjustedProbability Represents the adjusted probability for the attribute state.
Public field Probability Represents the probability for the attribute state.
Public field ProbabilityVariance Represents the probability variance for the attribute state.
Public field Support Represents the support for the attribute state.
Public field Value Represents the value for the attribute state.
Public field Variance Represents the variance for the attribute state.

Top