C# 클래스 QACExperimenter.Data.DataModel

Provides events for interacting with the query log and Wikipedia event data. Synchronises the chronological ordering of queries and Wiki changes over time. The query log and wiki change file must be in order for this to work correctly. In addition, the DataModel profiles the query log (from a sample of 4 million queries) to determine the distributions of prefixes so that sorting during experimentation can be optimised with highly occurring prefixes being sorted first.
파일 보기 프로젝트 열기: stewhir/recent-robust-qac 1 사용 예제들

공개 메소드들

메소드 설명
BeginReading ( ) : void

Begin reading the files

DataModel ( FileInfo queryLog, FileInfo interleavedInput, System.DateTime startFrom, int maxQueryCount = 30000000 ) : System

메소드 상세

BeginReading() 공개 메소드

Begin reading the files
public BeginReading ( ) : void
리턴 void

DataModel() 공개 메소드

public DataModel ( FileInfo queryLog, FileInfo interleavedInput, System.DateTime startFrom, int maxQueryCount = 30000000 ) : System
queryLog System.IO.FileInfo
interleavedInput System.IO.FileInfo
startFrom System.DateTime
maxQueryCount int
리턴 System