Package | Description |
---|---|
org.openimaj.experiment |
Modifier and Type | Method and Description |
---|---|
Map<ExperimentContext.Variable,Object> |
ExperimentContext.getDependentVariables()
Get the dependent variables of the experiment and their values at the
time this method is called.
|
Map<ExperimentContext.Variable,Object> |
ExperimentContext.getIndependentVariables()
Get the independent variables of the experiment and their values at the
time this method is called.
|