ActiveCrowdToolkit
0.1
|
The class for the main program. More...
Static Public Member Functions | |
static Results | RunGold (string dataSet, IList< Datum > data, RunType runType, BCC model, int numCommunities=2) |
Runs a model with the full gold set. More... | |
static string | GetModelName (string dataset, RunType runType, TaskSelectionMethod taskSelectionMethod, WorkerSelectionMethod workerSelectionMethod, int NumCommunities) |
Returns the model name as a string. More... | |
static string | GetModelName (string dataset, RunType runType) |
Returns the model name as a string. More... | |
Static Public Attributes | |
static string[] | Datasets = new string[] { "CF", "ZenCrowd_us", "ZenCrowd_in" } |
The datasets. More... | |
static bool | UseRealData |
static int[] | NumCommunities = new int[] { 4 } |
The number of communities of CBCC. More... | |
static bool | isRecordedToTxtFile = false |
Flag to redirect the console output to txt file More... | |
static int | startIndex = 0 |
static int | endIndex = 0 |
static int | whichModel |
static int | clusterIter |
The class for the main program.
|
inlinestatic |
Returns the model name as a string.
dataset | The name of the data set. |
runType | The model run type. |
taskSelectionMethod | The method for selecting tasks (Random / Entropy). |
workerSelectionMethod | The method for selecting workers (only Random is implemented). |
numCommunities | The number of communities (only for CBCC). |
|
inlinestatic |
Returns the model name as a string.
dataset | The name of the data set. |
runType | The model run type. |
|
inlinestatic |
Runs a model with the full gold set.
dataSet | The data. |
currentTaskSelectionMethod | Current Task Selection Method |
runType | The model run type. |
model | The model instance. |
numCommunities | The number of communities (only for CBCC). |
|
static |
The datasets.
|
static |
Flag to redirect the console output to txt file
|
static |
The number of communities of CBCC.