MiningDistribution Class
Updated: March 10, 2016
Represents the distribution of a value in a MiningContentNode.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
| Name | Description | |
|---|---|---|
![]() | Attribute | Gets a MiningAttribute object that applies to the MiningDistribution. |
![]() | Name | Gets the name of the MiningDistribution. |
![]() | ParentMiningModel | Gets the mining model of the MiningDistribution. |
![]() | ParentNode | Gets the MiningContentNode to which this MiningDistribution applies. |
![]() | Probability | Gets the probability of occurrence for the values represented by the MiningDistribution. |
![]() | Properties | Gets a collection of properties for the MiningDistribution. |
![]() | Support | Gets the number of cases that support the MiningDistribution. |
![]() | Value | Gets the value represented by the MiningDistribution. |
![]() | ValueType | Gets the type of the value represented by the MiningDistribution. |
![]() | Variance | Gets the variance of the value represented by the MiningDistribution. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether two instances of MiningDistribution are equal.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Gets the name of the MiningDistribution.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(MiningDistribution^, MiningDistribution^) | Determines whether two instances of MiningDistribution are equal. |
![]() ![]() | Inequality(MiningDistribution^, MiningDistribution^) | Determines whether two instances of MiningDistribution are unequal. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



