Parallelizes and aligned the vectors provided by the Experiment Suite
API
- Parameters:
mysuite (ExperimentSuite ) - instance of the Experiment Suite or subclass
path (str) - the directory that will be searched for results. It needs to have
the structure suported by Experiment Suite
reps ([int, ...]) - a list or a range of repetition values that need to be checked.
For simple experiments only one repetition exists, so the default
value is 0
- Returns: [({parameter_name:parameter_value},{result_name:result_value}), ...]
The key of each entry is a tuple containing
(attribute_set,classifier_name,discretization,filterscorediff) and
its value is a list of (float) values, respectively to their names
entered in the list 'required_feature_names'
- A list of with one tuple per app. Each tuple contains a
dictionary of the app parameters and a a dictionary of the result
values
|