PredictionScore 属性
Gets the prediction score for the MiningModelColumn.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
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.