C# 클래스 QACExperimenter.ApproachFactory

Creates the approach and all arguments. Arguments are provided in the format: {collection:[aol|msn|sog]} {prefixLength} {experimentType[bl-a(baseline-all)|bl-w(baseline-window)|ntb(non-temporal-bucket-maxQsum-maxQfrequency)|qlextrapolation(qlextrapolation)|mlreg]} {startDate:yyyy-mm-dd} {param1:e.g.WindowNDays, or comma-separated sliding window model for qlextrapolation} The time window extrapolation model needs to be set in the code already for qlextrapolation
파일 보기 프로젝트 열기: stewhir/recent-robust-qac 1 사용 예제들

공개 메소드들

메소드 설명
ApproachFactory ( string collection, int prefixLength, string expType, string allArgs, bool isDebug = false ) : System

메소드 상세

ApproachFactory() 공개 메소드

public ApproachFactory ( string collection, int prefixLength, string expType, string allArgs, bool isDebug = false ) : System
collection string
prefixLength int
expType string
allArgs string
isDebug bool
리턴 System