C# Class 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
ファイルを表示 Open project: stewhir/recent-robust-qac Class Usage Examples

Public Methods

Method Description
ApproachFactory ( string collection, int prefixLength, string expType, string allArgs, bool isDebug = false ) : System

Method Details

ApproachFactory() public method

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