|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.georgetown.gucs.experiment.AddTrials
public class AddTrials
The AddTrials class adds additional trials to the results of an existing experiment. This can be used to improve the precision of results. NOTE: I am not sure that this has been fully tested.
Constructor Summary | |
---|---|
AddTrials(java.lang.String newDataset,
int experimentID,
int numberOfTrials)
AddTrials is the constructor that specifies the parameters to use for the new trials |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
A main function that can be run from the command line to add additional trials to an experiment. |
void |
showSettings()
Display the settings currently in use. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddTrials(java.lang.String newDataset, int experimentID, int numberOfTrials)
newDataset
- This specifies the data set to be used. It is necessary as the database is separated into different tables
based on the dataset name.experimentID
- The ID of the experiment to add trials tonumberOfTrials
- The number of trials to addMethod Detail |
---|
public void showSettings()
public static void main(java.lang.String[] args)
args
- A vector of strings containing the command line arguments, which should be the dataset, experimentID, and
number of trials to add
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |