MiningDistribution Class

Represents the distribution of a value in a MiningContentNode.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningDistribution

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public NotInheritable Class MiningDistribution
'Usage
Dim instance As MiningDistribution
public sealed class MiningDistribution
public ref class MiningDistribution sealed
[<SealedAttribute>]
type MiningDistribution =  class end
public final class MiningDistribution

The MiningDistribution type exposes the following members.

Properties

  Name Description
Public property Attribute Gets a MiningAttribute object that applies to the MiningDistribution.
Public property Name Gets the name of the MiningDistribution.
Public property ParentMiningModel Gets the mining model of the MiningDistribution.
Public property ParentNode Gets the MiningContentNode to which this MiningDistribution applies.
Public property Probability Gets the probability of occurrence for the values represented by the MiningDistribution.
Public property Properties Gets a collection of properties for the MiningDistribution.
Public property Support Gets the number of cases that support the MiningDistribution.
Public property Value Gets the value represented by the MiningDistribution.
Public property ValueType Gets the type of the value represented by the MiningDistribution.
Public property Variance Gets the variance of the value represented by the MiningDistribution.

Top

Methods

  Name Description
Public method Equals Determines whether two instances of MiningDistribution are equal. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method 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().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Gets the name of the MiningDistribution. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality Determines whether two instances of MiningDistribution are equal.
Public operatorStatic member Inequality Determines whether two instances of MiningDistribution are unequal.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.