C# 클래스 QACExperimenter.Evaluation.EvaluationOutput

Contains evaluation information
파일 보기 프로젝트 열기: stewhir/recent-robust-qac 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AutoCompletionList AutoCompletionList
FullQuery string
IsPartialMatch bool
PartialQuery string
QueryCount int
QueryTime System.DateTime
ReciprocalRank double
RunIdentifier string

공개 메소드들

메소드 설명
EvaluationOutput ( System.DateTime queryTime, string partialQuery, string fullQuery, AutoCompletionList autoCompletionList, int queryCount ) : System

메소드 상세

EvaluationOutput() 공개 메소드

public EvaluationOutput ( System.DateTime queryTime, string partialQuery, string fullQuery, AutoCompletionList autoCompletionList, int queryCount ) : System
queryTime System.DateTime
partialQuery string
fullQuery string
autoCompletionList AutoCompletionList
queryCount int
리턴 System

프로퍼티 상세

AutoCompletionList 공개적으로 프로퍼티

public AutoCompletionList AutoCompletionList
리턴 AutoCompletionList

FullQuery 공개적으로 프로퍼티

public string FullQuery
리턴 string

IsPartialMatch 공개적으로 프로퍼티

public bool IsPartialMatch
리턴 bool

PartialQuery 공개적으로 프로퍼티

public string PartialQuery
리턴 string

QueryCount 공개적으로 프로퍼티

public int QueryCount
리턴 int

QueryTime 공개적으로 프로퍼티

public DateTime,System QueryTime
리턴 System.DateTime

ReciprocalRank 공개적으로 프로퍼티

public double ReciprocalRank
리턴 double

RunIdentifier 공개적으로 프로퍼티

public string RunIdentifier
리턴 string