A C D E F G H I K L M N O P Q R S T U

C

cfKey - Variable in class crowdUser.CrowdManager
The key given by crowdFlower to authenticate yourself.
checkFile(LogWriter) - Static method in class myShell.Interpreter
Checks if the config.xml file contains all the fields necessary for CPS to work.
columnAnswer - Variable in class crowdUser.Refiner
The column in which is stored the result of the question asked to the worker.
columnAxis - Variable in class crowdUser.Refiner
The column in which the axis considered for the comparison is stored.
columnMedia1 - Variable in class crowdUser.Refiner
The column in which the identifier of the first media is.
columnMedia2 - Variable in class crowdUser.Refiner
The column in which the identifier of the second media is.
columnsCSV - Variable in class crowdUser.Refiner
The labels of the columns in the csv file.
columnsHardDataSQL - Variable in class myDataBases.MySQLbase
The labels of the columns in the hit table of the MySQL database
columnsResultsSQL - Variable in class myDataBases.MySQLbase
The labels of the columns in the results table of the MySQL database
columnWorkerId - Variable in class crowdUser.Refiner
The column in which the identifier of the worker who performed the comparison.
comp - Static variable in class myShell.MainClass
The Comparator instance that will perform the SplitSort along each specified axis.
Comparator - Class in sorter
Uses several instances of SplitSort, one for each axis considered, to sort media.
Comparator(Map<String, SplitSort>, MySQLbase) - Constructor for class sorter.Comparator
Creates a Comparator instance using the SplitSorts contained in the sorter map and links it with a MySQLbase instance.
Comparator(Map<String, SplitSort>) - Constructor for class sorter.Comparator
Creates a Comparator instance using the SplitSorts contained in the sorter map.
comparisonResult(int, int, String) - Method in class myDataBases.MySQLbase
Returns the result of the comparison between the two media as stored in the SQL database.
comparisons - Variable in class sorter.SplitSort
Contains true at the rank k if the k-th element of "greater" is actually greater than that of smaller: this.comparisons.get(k) = ( this.greater.get(k) > this.smaller.get(k) ), where '>' does not correspond to a comparison between integers but to the one given by a Comparator instance.
comparisonsNumber - Variable in class crowdUser.CrowdManager
The number of comparisons performed during the current iteration.
compScores - Variable in class crowdUser.Refiner
A Map containing the score of a comparison : for each hit, if the worker said the right member was greater, score+=1 ; else score += -1.
config - Static variable in class myShell.MainClass
A map containing the data within the config.xml file.
conSQL - Variable in class myDataBases.MySQLbase
The connection to the MySQL database
content - Variable in class myDataBases.MediaBase
The list of the media contained in the file and their characteristics.
createNewJob() - Method in class crowdUser.CrowdManager
Creates a new job at CrowdFlower that is a copy of the "original" one (the one with the originalJobId identifier) and returns its identifier.
CrowdManager - Class in crowdUser
Serves as an intermediary between the MySQLbase database in which HIT results are stored and CrowdFlower, our crowdsourcing provider.
CrowdManager(Integer, String, String, MySQLbase, MediaBase, List<String>) - Constructor for class crowdUser.CrowdManager
Creates an instance of the CrowdManager class.
crowdUser - package crowdUser
This package contains classes allowing CPS to harness CrowdFlower's crowdsourced-obtained results as well as uploading new jobs.
csv2List(String) - Method in class crowdUser.Refiner
Puts the data contained in a csv file in the data attribute.

A C D E F G H I K L M N O P Q R S T U