PredictionScore Propiedad
Gets the prediction score for the MiningModelColumn.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public ReadOnly Property PredictionScore As Double
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Double
A Double containing the prediction score.
Vea también