Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the variance of the value represented by the MiningDistribution.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Variance As Double
Get
'Usage
Dim instance As MiningDistribution
Dim value As Double
value = instance.Variance
public double Variance { get; }
public:
property double Variance {
double get ();
}
member Variance : float
function get Variance () : double
Property Value
Type: System.Double
A double that contains the variance of the value.
Remarks
This value is algorithm-specific.