C# 클래스 BuildIt.CognitiveServices.Models.PercentileBucket

파일 보기 프로젝트 열기: builttoroam/BuildIt

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

PercentileBucket() 공개 메소드

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

PercentileBucket() 공개 메소드

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.
리턴 System.Linq