Proprietà MiningContentNode.Score

Gets the score of the node.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Score As Double 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Double
A double representing the score of the node.

Osservazioni

This value is algorithm-specific.

Vedere anche

Riferimento

MiningContentNode Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer