Класс 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. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.