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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Initializes a new instance of the PrecisionMetric class.

PrecisionMetric ( int k = default(int?), double percentage = default(double?), int usersInTest = default(int?), int usersConsidered = default(int?), int usersNotConsidered = default(int?) ) : System.Linq

Initializes a new instance of the PrecisionMetric class.

메소드 상세

PrecisionMetric() 공개 메소드

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

PrecisionMetric() 공개 메소드

Initializes a new instance of the PrecisionMetric class.
public PrecisionMetric ( int k = default(int?), double percentage = default(double?), int usersInTest = default(int?), int usersConsidered = default(int?), int usersNotConsidered = default(int?) ) : System.Linq
k int The value K used to calculate the metric /// values.
percentage double Precision@K percentage.
usersInTest int The total number of users in the test /// dataset.
usersConsidered int A user is only considered if the /// system recommended at least K items based on the model generated /// using the training dataset.
usersNotConsidered int Any users not considered; the /// users that did not receive at least K recommended items.
리턴 System.Linq