Freigeben über


ArmCustomerInsightsModelFactory.PredictionDistributionDefinition Methode

Definition

Initialisiert eine neue instance von PredictionDistributionDefinition.

public static Azure.ResourceManager.CustomerInsights.Models.PredictionDistributionDefinition PredictionDistributionDefinition(long? totalPositives = default, long? totalNegatives = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CustomerInsights.Models.PredictionDistributionDefinitionDistributionsItem> distributions = default);
static member PredictionDistributionDefinition : Nullable<int64> * Nullable<int64> * seq<Azure.ResourceManager.CustomerInsights.Models.PredictionDistributionDefinitionDistributionsItem> -> Azure.ResourceManager.CustomerInsights.Models.PredictionDistributionDefinition
Public Shared Function PredictionDistributionDefinition (Optional totalPositives As Nullable(Of Long) = Nothing, Optional totalNegatives As Nullable(Of Long) = Nothing, Optional distributions As IEnumerable(Of PredictionDistributionDefinitionDistributionsItem) = Nothing) As PredictionDistributionDefinition

Parameter

totalPositives
Nullable<Int64>

Gesamtergebnis positiv in der Verteilung.

totalNegatives
Nullable<Int64>

Gesamt negative Werte in der Verteilung.

distributions
IEnumerable<PredictionDistributionDefinitionDistributionsItem>

Verteilungen der Vorhersage.

Gibt zurück

Eine neue PredictionDistributionDefinition instance zum Simulieren.

Gilt für: