C# Class BuildIt.CognitiveServices.Models.PercentileBucket

Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method 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 method

Initializes a new instance of the PercentileBucket class.
public PercentileBucket ( ) : System.Linq
return System.Linq

PercentileBucket() public method

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.
return System.Linq