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

파일 보기 프로젝트 열기: builttoroam/BuildIt 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
RankingBuildParameters ( ) : System.Linq

Initializes a new instance of the RankingBuildParameters class.

RankingBuildParameters ( int numberOfModelIterations = default(int?), int numberOfModelDimensions = default(int?), int itemCutOffLowerBound = default(int?), int itemCutOffUpperBound = default(int?), int userCutOffLowerBound = default(int?), int userCutOffUpperBound = default(int?) ) : System.Linq

Initializes a new instance of the RankingBuildParameters class.

메소드 상세

RankingBuildParameters() 공개 메소드

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

RankingBuildParameters() 공개 메소드

Initializes a new instance of the RankingBuildParameters class.
public RankingBuildParameters ( int numberOfModelIterations = default(int?), int numberOfModelDimensions = default(int?), int itemCutOffLowerBound = default(int?), int itemCutOffUpperBound = default(int?), int userCutOffLowerBound = default(int?), int userCutOffUpperBound = default(int?) ) : System.Linq
numberOfModelIterations int The number of iterations the /// model performs. /// The higher the number, the better accuracy, but /// compute time will be higher.
numberOfModelDimensions int The number of dimensions /// relates to the number of 'features' the model will try to find /// within your data. /// Increasing the number of dimensions will allow better /// fine-tuning of the results into smaller clusters. /// However, too many dimensions will prevent the model /// from finding correlations between items.
itemCutOffLowerBound int Defines the item lower bound /// for usage condenser.
itemCutOffUpperBound int Defines the item upper bound /// for usage condenser.
userCutOffLowerBound int Defines the user lower bound /// for usage condenser.
userCutOffUpperBound int Defines the user upper bound /// for usage condenser.
리턴 System.Linq