Dela via


PersonalizerModelFactory.PersonalizerPolicyResultSummary Method

Definition

Initializes a new instance of 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

Parameters

timeStamp
Nullable<DateTimeOffset>

Timestamp of the aggregation.

ipsEstimatorNumerator
Nullable<Single>

Numerator for IPS estimator.

ipsEstimatorDenominator
Nullable<Single>

Denominator for IPS estimator.

snipsEstimatorDenominator
Nullable<Single>

Denominator for SNIPS estimator.

aggregateTimeWindow
Nullable<TimeSpan>

Time window for aggregation. For example, PT5M (5 mins). For information about the time format, see http://en.wikipedia.org/wiki/ISO_8601#Durations

nonZeroProbability
Nullable<Single>

Probability of non-zero values for the Policy evaluation.

sumOfSquares
Nullable<Single>

Sum of Squares for the Policy evaluation results.

confidenceInterval
Nullable<Single>

Gaussian confidence interval for the Policy evaluation.

averageReward
Nullable<Single>

Average reward.

Returns

A new PersonalizerPolicyResultSummary instance for mocking.

Applies to