AttributeStats Members

Include Protected Members
Include Inherited Members

Represents the statistics for a single attribute.

The AttributeStats 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 Attribute Represents the index for the associated attribute.
Public field ExistingAdjustedProbability Represents the existing adjusted probability for the attribute.
Public field ExistingProbability Represents the existing probability for the attribute.
Public field ExistingSupport Represents the existing support for the attribute.
Public field Max Represents the maximum for the attribute.
Public field Min Represents the minimum for the attribute.
Public field States Represents the number of state statistics for the attribute.
Public field StateStatistics Represents an array of state statistics for each state of the attribute.

Top