ActiveCrowdToolkit
0.1
|
This is the complete list of members for CrowdsourcingModels.ActiveLearning, including all inherited members.
accuracy | CrowdsourcingModels.ActiveLearning | static |
accuracyArray | CrowdsourcingModels.ActiveLearning | static |
ActiveLearning(IList< Datum > data, BCC model, Results results, int numCommunities) | CrowdsourcingModels.ActiveLearning | inline |
DoSnapshot(List< double > accuracy, List< double > avgRecall, List< ActiveLearningResult > taskValue, Results results, string modelName, string suffix, string resultsDir, int projectInitialNumLabelsPerTask, double lipschitzConstant=-1) | CrowdsourcingModels.ActiveLearning | inlinestatic |
EntropyTrueLabel() | CrowdsourcingModels.ActiveLearning | inline |
GetNextData(Dictionary< string, Datum[]> groupedRandomisedData, List< Tuple< string, string, ActiveLearningResult >> labelValue, Dictionary< string, int > currentCounts, Dictionary< string, int > totalCounts, Dictionary< string, HashSet< string >> workersPerTask, int numIncremData) (defined in CrowdsourcingModels.ActiveLearning) | CrowdsourcingModels.ActiveLearning | inlinestatic |
GetRandomDatum(Dictionary< string, Datum[]> groupedRandomisedData, Dictionary< string, int > currentCounts, Dictionary< string, HashSet< string >> workersPerTask) (defined in CrowdsourcingModels.ActiveLearning) | CrowdsourcingModels.ActiveLearning | inlinestatic |
GetSubdata(Dictionary< string, Datum[]> groupedRandomisedData, Dictionary< string, int > currentCounts, Dictionary< string, HashSet< string >> workersPerTask) | CrowdsourcingModels.ActiveLearning | inlinestatic |
isExperimentCompleted | CrowdsourcingModels.ActiveLearning | static |
ResetAccuracyList() (defined in CrowdsourcingModels.ActiveLearning) | CrowdsourcingModels.ActiveLearning | inlinestatic |
ResetParallelAccuracyList(int numModels) (defined in CrowdsourcingModels.ActiveLearning) | CrowdsourcingModels.ActiveLearning | inlinestatic |
results | CrowdsourcingModels.ActiveLearning | static |
RunActiveLearning(IList< Datum > data, string modelName, RunType runType, BCC model, TaskSelectionMethod taskSelectionMethod, WorkerSelectionMethod workerSelectionMethod, string resultsDir, int communityCount=-1, int initialNumLabelsPerTask=1, int numIncremData=1) | CrowdsourcingModels.ActiveLearning | inlinestatic |
RunParallelActiveLearning(IList< Datum > data, string[] modelName, RunType[] runType, BCC[] model, TaskSelectionMethod[] taskSelectionMethod, WorkerSelectionMethod[] workerSelectionMethod, int communityCount=-1, int initialNumLabelsPerTask=1, int numIncremData=1) | CrowdsourcingModels.ActiveLearning | inlinestatic |
taskValueList | CrowdsourcingModels.ActiveLearning | static |
taskValueListArray | CrowdsourcingModels.ActiveLearning | static |
UpdateActiveLearningResults(Results results) | CrowdsourcingModels.ActiveLearning | inline |