C# Class QACExperimenter.Evaluation.EvaluationOutput

Contains evaluation information
Afficher le fichier Open project: stewhir/recent-robust-qac Class Usage Examples

Méthodes publiques

Свойство Type Description
AutoCompletionList AutoCompletionList
FullQuery string
IsPartialMatch bool
PartialQuery string
QueryCount int
QueryTime System.DateTime
ReciprocalRank double
RunIdentifier string

Méthodes publiques

Méthode Description
EvaluationOutput ( System.DateTime queryTime, string partialQuery, string fullQuery, AutoCompletionList autoCompletionList, int queryCount ) : System

Method Details

EvaluationOutput() public méthode

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
Résultat System

Property Details

AutoCompletionList public_oe property

public AutoCompletionList AutoCompletionList
Résultat AutoCompletionList

FullQuery public_oe property

public string FullQuery
Résultat string

IsPartialMatch public_oe property

public bool IsPartialMatch
Résultat bool

PartialQuery public_oe property

public string PartialQuery
Résultat string

QueryCount public_oe property

public int QueryCount
Résultat int

QueryTime public_oe property

public DateTime,System QueryTime
Résultat System.DateTime

ReciprocalRank public_oe property

public double ReciprocalRank
Résultat double

RunIdentifier public_oe property

public string RunIdentifier
Résultat string