Classe MiningDistribution
Represents the distribution of a value in a MiningContentNode.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..MiningDistribution
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public NotInheritable Class MiningDistribution
'Utilisation
Dim instance As MiningDistribution
public sealed class MiningDistribution
public ref class MiningDistribution sealed
[<SealedAttribute>]
type MiningDistribution = class end
public final class MiningDistribution
Le type MiningDistribution expose les membres suivants.
Propriétés
Nom | 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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | Determines whether two instances of MiningDistribution are equal. (remplace Object. . :: . .Equals(Object).) | |
Finalize | (hérité de Object.) | |
GetHashCode | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (remplace Object. . :: . .GetHashCode() () () ().) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | Gets the name of the MiningDistribution. (remplace Object. . :: . .ToString() () () ().) |
Haut de la page
Opérateurs
Nom | Description | |
---|---|---|
Equality | Determines whether two instances of MiningDistribution are equal. | |
Inequality | Determines whether two instances of MiningDistribution are unequal. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.