Property | Type | Description |
---|
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.
|
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 |