Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.