Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.