PersonalizerModelFactory.PersonalizerPolicyResultSummary Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von PersonalizerPolicyResultSummary.
public static Azure.AI.Personalizer.PersonalizerPolicyResultSummary PersonalizerPolicyResultSummary (DateTimeOffset? timeStamp = default, float? ipsEstimatorNumerator = default, float? ipsEstimatorDenominator = default, float? snipsEstimatorDenominator = default, TimeSpan? aggregateTimeWindow = default, float? nonZeroProbability = default, float? sumOfSquares = default, float? confidenceInterval = default, float? averageReward = default);
static member PersonalizerPolicyResultSummary : Nullable<DateTimeOffset> * Nullable<single> * Nullable<single> * Nullable<single> * Nullable<TimeSpan> * Nullable<single> * Nullable<single> * Nullable<single> * Nullable<single> -> Azure.AI.Personalizer.PersonalizerPolicyResultSummary
Public Shared Function PersonalizerPolicyResultSummary (Optional timeStamp As Nullable(Of DateTimeOffset) = Nothing, Optional ipsEstimatorNumerator As Nullable(Of Single) = Nothing, Optional ipsEstimatorDenominator As Nullable(Of Single) = Nothing, Optional snipsEstimatorDenominator As Nullable(Of Single) = Nothing, Optional aggregateTimeWindow As Nullable(Of TimeSpan) = Nothing, Optional nonZeroProbability As Nullable(Of Single) = Nothing, Optional sumOfSquares As Nullable(Of Single) = Nothing, Optional confidenceInterval As Nullable(Of Single) = Nothing, Optional averageReward As Nullable(Of Single) = Nothing) As PersonalizerPolicyResultSummary
Parameter
- timeStamp
- Nullable<DateTimeOffset>
Zeitstempel der Aggregation.
Zeitfenster für die Aggregation. Beispiel: PT5M (5 Minuten). Informationen zum Zeitformat finden Sie unter http://en.wikipedia.org/wiki/ISO_8601#Durations
Wahrscheinlichkeit von Werten ungleich 0 (null) für die Richtlinienauswertung.
Gibt zurück
Eine neue PersonalizerPolicyResultSummary instance zum Simulieren.
Gilt für:
Azure SDK for .NET