MiningContentNode.Score-Eigenschaft
Ruft das Ergebnis des Knotens ab.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Score As Double
Get
'Usage
Dim instance As MiningContentNode
Dim value As Double
value = instance.Score
public double Score { get; }
public:
property double Score {
double get ();
}
member Score : float
function get Score () : double
Eigenschaftswert
Typ: Double
Ein double-Wert, der das Ergebnis des Knotens darstellt.
Hinweise
Dieser Wert ist algorithmusspezifisch.