PredictionScore 속성
Gets the prediction score for the MiningModelColumn.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv.dll의 msmgdsrv
구문
‘선언
Public ReadOnly Property PredictionScore As Double
Get
‘사용 방법
Dim instance As MiningModelColumn
Dim value As Double
value = instance.PredictionScore
public double PredictionScore { get; }
public:
property double PredictionScore {
double get ();
}
member PredictionScore : float
function get PredictionScore () : double
속성 값
형식: System. . :: . .Double
A Double containing the prediction score.