C# Class BuildIt.CognitiveServices.Models.PercentileBucket

Afficher le fichier Open project: builttoroam/BuildIt

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PercentileBucket ( ) : System.Linq

Initializes a new instance of the PercentileBucket class.

PercentileBucket ( int min = default(int?), int max = default(int?), double percentage = default(double?) ) : System.Linq

Initializes a new instance of the PercentileBucket class.

Method Details

PercentileBucket() public méthode

Initializes a new instance of the PercentileBucket class.
public PercentileBucket ( ) : System.Linq
Résultat System.Linq

PercentileBucket() public méthode

Initializes a new instance of the PercentileBucket class.
public PercentileBucket ( int min = default(int?), int max = default(int?), double percentage = default(double?) ) : System.Linq
min int The beginning percentile of the popularity /// bucket (inclusive).
max int The ending percentile of the popularity bucket /// (exclusive except 100 /// which is inclusive).
percentage double The fraction of all recommended users /// that belong to the specified popularity bucket.
Résultat System.Linq