Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the variance of the value represented by the MiningDistribution.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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 containing the variance of the value.
Remarks
This value is algorithm specific.