MiningContentNode.Score Property

Gets the score of the node.

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

Property Value

Type: Double
A double representing the score of the node.

Remarks

This value is algorithm-specific.

See Also

Reference

MiningContentNode Class

Microsoft.AnalysisServices.AdomdServer Namespace