MiningDistribution 类
Represents the distribution of a value in a MiningContentNode.
继承层次结构
System.Object
Microsoft.AnalysisServices.AdomdClient.MiningDistribution
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public NotInheritable Class MiningDistribution
用法
Dim instance As MiningDistribution
public sealed class MiningDistribution
public ref class MiningDistribution sealed
[<SealedAttribute>]
type MiningDistribution = class end
public final class MiningDistribution
MiningDistribution 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
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. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | Determines whether two instances of MiningDistribution are equal. (覆盖 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. (覆盖 Object.GetHashCode()。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
ToString | Gets the name of the MiningDistribution. (覆盖 Object.ToString()。) |
页首
运算符
名称 | 说明 | |
---|---|---|
![]() ![]() |
Equality | Determines whether two instances of MiningDistribution are equal. |
![]() ![]() |
Inequality | Determines whether two instances of MiningDistribution are unequal. |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。